MCPcopy Create free account
hub / github.com/MoonInTheRiver/DiffSinger / __init__

Method __init__

usr/diff/net.py:17–19  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

15
16class AttrDict(dict):
17 def __init__(self, *args, **kwargs):
18 super(AttrDict, self).__init__(*args, **kwargs)
19 self.__dict__ = self
20
21 def override(self, attrs):
22 if isinstance(attrs, dict):

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected