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

TypeValue

Auto-generated documentation for builder.mypy_boto3_builder.parsers.docstring_parser.type_value module.

Structure for parsed as dict request or response syntax values.

TypeValue

[find in source code]

class TypeValue():
    def __init__(prefix: str, value: Dict[str, Any]) -> None:

Structure for parsed as dict request or response syntax values.

TypeValue().get_type

[find in source code]

def get_type() -> FakeAnnotation:

TypeValue().is_dict

[find in source code]

def is_dict() -> bool:

TypeValue().is_func_call

[find in source code]

def is_func_call() -> bool:

TypeValue().is_list

[find in source code]

def is_list() -> bool:

TypeValue().is_literal

[find in source code]

def is_literal() -> bool:

TypeValue().is_literal_item

[find in source code]

def is_literal_item() -> bool:

TypeValue().is_plain

[find in source code]

def is_plain() -> bool:

TypeValue().is_set

[find in source code]

def is_set() -> bool:

TypeValue().is_union

[find in source code]

def is_union() -> bool: