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

TypeConstant

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

Wrapper for constant like False or "test".

TypeConstant

[find in source code]

class TypeConstant(FakeAnnotation):
    def __init__(value: Any) -> None:

Wrapper for constant like False or "test".

Arguments

TypeConstant().copy

[find in source code]

def copy() -> 'TypeConstant':

Create a copy of type annotation wrapper.

TypeConstant().get_import_record

[find in source code]

def get_import_record() -> ImportRecord:

TypeConstant().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.