MCPcopy Create free account
hub / github.com/aws/aws-cli / Object

Class Object

tests/unit/output/test_table_formatter.py:351–354  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

setUpMethod · 0.85

Calls

no outgoing calls

Tested by 1

setUpMethod · 0.68