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

ServicePackage

Auto-generated documentation for builder.mypy_boto3_builder.structures.service_package module.

ServicePackage

[find in source code]

dataclass
class ServicePackage(Package):

ServicePackage().extract_typed_dicts

[find in source code]

def extract_typed_dicts(
    type_annotations: Iterable[FakeAnnotation],
    added: Dict[str, TypeTypedDict],
) -> List[TypeTypedDict]:

ServicePackage().get_client_required_import_record_groups

[find in source code]

def get_client_required_import_record_groups() -> List[ImportRecordGroup]:

ServicePackage().get_helpers_import_record_groups

[find in source code]

def get_helpers_import_record_groups() -> List[ImportRecordGroup]:

ServicePackage().get_init_all_names

[find in source code]

def get_init_all_names() -> List[str]:

ServicePackage().get_init_import_record_groups

[find in source code]

def get_init_import_record_groups() -> List[ImportRecordGroup]:

ServicePackage().get_paginator_required_import_record_groups

[find in source code]

def get_paginator_required_import_record_groups() -> List[ImportRecordGroup]:

ServicePackage().get_service_resource_required_import_record_groups

[find in source code]

def get_service_resource_required_import_record_groups() -> List[ImportRecordGroup]:

ServicePackage().get_type_defs_required_import_record_groups

[find in source code]

def get_type_defs_required_import_record_groups() -> List[ImportRecordGroup]:

ServicePackage().get_types

[find in source code]

def get_types() -> Set[FakeAnnotation]:

ServicePackage().get_waiter_required_import_record_groups

[find in source code]

def get_waiter_required_import_record_groups() -> List[ImportRecordGroup]: