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

InternalImportRecord

Auto-generated documentation for builder.mypy_boto3_builder.import_helpers.internal_import_record module.

Helper for Python import strings with not set master module name.

InternalImportRecord

[find in source code]

class InternalImportRecord(ImportRecord):
    def __init__(
        service_module_name: ServiceModuleName,
        name: str = '',
        alias: str = '',
    ):

Helper for Python import strings with not set master module name.

Arguments

InternalImportRecord().get_external

[find in source code]

def get_external(module_name: str) -> ImportRecord:

Get full import record with module_name set as master module.

Arguments

Returns

A new non-internal ImportRecord.