Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
351
class
Object:
352
def
__init__(self, **kwargs):
353
self.__dict__.update(kwargs)
354
self.query = None
355
356
357
class
TestTableFormatter(unittest.TestCase):
Callers
nothing calls this directly
Calls
1
update
Method · 0.45
Tested by
no test coverage detected