View on GitHub

mypy_boto3

Type annotations for boto3 compatible with mypy, VSCode and PyCharm

Download this project as a .zip file Download this project as a tar.gz file

TypeClass

Auto-generated documentation for builder.mypy_boto3_builder.type_annotations.type_class module.

Wrapper for classes like Paginator.

TypeClass

[find in source code]

class TypeClass(FakeAnnotation):
    def __init__(value: type, alias: str = '') -> None:

Wrapper for classes like Paginator.

Arguments

TypeClass().copy

[find in source code]

def copy() -> 'TypeClass':

Create a copy of type annotation wrapper.

TypeClass().get_import_name

[find in source code]

def get_import_name() -> str:

TypeClass().get_import_record

[find in source code]

def get_import_record() -> ImportRecord:

TypeClass().render

[find in source code]

def render(parent_name: str = '') -> str:

Render type annotation to a valid Python code for local usage.

Returns

A string with a valid type annotation.