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

Method __init__

tests/unit/output/test_table_formatter.py:352–354  ·  view source on GitHub ↗
(self, **kwargs)

Source from the content-addressed store, hash-verified

350
351class Object:
352 def __init__(self, **kwargs):
353 self.__dict__.update(kwargs)
354 self.query = None
355
356
357class TestTableFormatter(unittest.TestCase):

Callers

nothing calls this directly

Calls 1

updateMethod · 0.45

Tested by

no test coverage detected