MCPcopy Create free account
hub / github.com/MotrixLab/insactor / AttrDict

Class AttrDict

diffmimic/utils/__init__.py:1–4  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1class AttrDict(dict):
2 def __init__(self, *args, **kwargs):
3 super(AttrDict, self).__init__(*args, **kwargs)
4 self.__dict__ = self

Callers 1

mainFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected