MCPcopy Create free account
hub / github.com/RustPython/RustPython / __reduce__

Method __reduce__

Lib/plistlib.py:96–97  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

94 return "%s(%s)" % (self.__class__.__name__, repr(self.data))
95
96 def __reduce__(self):
97 return self.__class__, (self.data,)
98
99 def __eq__(self, other):
100 if not isinstance(other, UID):

Callers 3

builtin_range.pyFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected