MCPcopy Index your code
hub / github.com/RustPython/RustPython / __repr__

Method __repr__

Lib/_weakrefset.py:144–145  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

142 return len(self.intersection(other)) == 0
143
144 def __repr__(self):
145 return repr(self.data)
146
147 __class_getitem__ = classmethod(GenericAlias)

Callers

nothing calls this directly

Calls 1

reprFunction · 0.85

Tested by

no test coverage detected