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

ImportRecordGroup

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

Grouped by source import records for nicer rendering.

ImportRecordGroup

[find in source code]

class ImportRecordGroup():
    def __init__(
        source: ImportString,
        import_records: Iterable[ImportRecord],
    ) -> None:

Grouped by source import records for nicer rendering.

Arguments

ImportRecordGroup.from_import_records

[find in source code]

@classmethod
def from_import_records(
    import_records: Iterable[ImportRecord],
) -> List['ImportRecordGroup']:

Get groups from ImportRecord list.

Arguments

Returns

A list of generated ImportRecordGroup.

ImportRecordGroup().is_builtins

[find in source code]

def is_builtins() -> bool: