MCPcopy Create free account
hub / github.com/scottrogowski/code2flow / __getattr__

Method __getattr__

code2flow/model.py:22–23  ·  view source on GitHub ↗
(self, item)

Source from the content-addressed store, hash-verified

20 super().__init__(d)
21
22 def __getattr__(self, item):
23 return self[item]
24
25
26OWNER_CONST = Namespace("UNKNOWN_VAR", "UNKNOWN_MODULE")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected