Method Argument Map
mypy-boto3-builder Index / Mypy Boto3 Builder / Type Maps / Method Argument Map
Auto-generated documentation for mypy_boto3_builder.type_maps.method_argument_map module.
get_method_arguments_stub
Show source in method_argument_map.py:31
Get arguments list for method stub.
Arguments
service_name
- Service name.class_name
- Parent class name.method_name
- Method name.
Returns
A list of arguments or None.
Signature
def get_method_arguments_stub(
service_name: ServiceName, class_name: str, method_name: str
) -> list[Argument] | None:
...