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

Method __init__

diffmimic/utils/__init__.py:2–4  ·  view source on GitHub ↗
(self, *args, **kwargs)

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

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected