MCPcopy Create free account
hub / github.com/RolnickLab/climart / __copy__

Method __copy__

climart/data_transform/normalization.py:46–47  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

44 return dict()
45
46 def __copy__(self):
47 return type(self)(**self.stored_values())
48
49 def copy(self):
50 return self.__copy__()

Callers 1

copyMethod · 0.95

Calls 1

stored_valuesMethod · 0.95

Tested by

no test coverage detected