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

Argument

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

Method or function argument.

Argument

[find in source code]

dataclass
class Argument():

Method or function argument.

Attributes

Argument().get_types

[find in source code]

def get_types() -> Set[FakeAnnotation]:

Argument().required

[find in source code]

@property
def required() -> bool: