Method

Auto-generated documentation for mypy_boto3_builder.structures.method module.

Class method.

Method

[find in source code]

class Method(Function):

Class method.

See also

Method().call_arguments

[find in source code]

@property
def call_arguments() -> list[Argument]:

Arguments that are used in method call.

See also