MCPcopy
hub / github.com/aws/aws-cli / __init__

Method __init__

tests/unit/test_alias.py:35–36  ·  view source on GitHub ↗
(self, **kwargs)

Source from the content-addressed store, hash-verified

33
34class FakeParsedArgs:
35 def __init__(self, **kwargs):
36 self.__dict__.update(kwargs)
37
38 def __repr__(self):
39 return '%s(%s)' % (self.__class__.__name__, self.__dict__)

Callers

nothing calls this directly

Calls 1

updateMethod · 0.45

Tested by

no test coverage detected