MCPcopy Index your code
hub / github.com/aws/aws-cli / copy_kwargs

Function copy_kwargs

awscli/botocore/compat.py:129–134  ·  view source on GitHub ↗

This used to be a compat shim for 2.6 but is now just an alias.

(kwargs)

Source from the content-addressed store, hash-verified

127
128
129def copy_kwargs(kwargs):
130 """
131 This used to be a compat shim for 2.6 but is now just an alias.
132 """
133 copy_kwargs = copy.copy(kwargs)
134 return copy_kwargs
135
136
137def total_seconds(delta):

Callers 1

_build_argument_tableMethod · 0.90

Calls 1

copyMethod · 0.45

Tested by

no test coverage detected