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

Method __repr__

Lib/collections/__init__.py:1050–1051  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1048
1049 @_recursive_repr()
1050 def __repr__(self):
1051 return f'{self.__class__.__name__}({", ".join(map(repr, self.maps))})'
1052
1053 @classmethod
1054 def fromkeys(cls, iterable, value=None, /):

Callers

nothing calls this directly

Calls 1

joinMethod · 0.45

Tested by

no test coverage detected