MCPcopy Create free account
hub / github.com/Meshcapade/difflocks / to_dict

Method to_dict

data_loader/dataloader.py:78–82  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

76
77
78 def to_dict(self):
79 d = {}
80 for key, value in self.__dict__.items():
81 d[key]=value
82 return d
83
84
85

Callers 1

__getitem__Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected