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

Method __repr__

Lib/doctest.py:2435–2437  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2433 self._dt_checker))
2434
2435 def __repr__(self):
2436 name = self._dt_test.name.split('.')
2437 return "%s (%s)" % (name[-1], '.'.join(name[:-1]))
2438
2439 __str__ = object.__str__
2440

Callers

nothing calls this directly

Calls 2

splitMethod · 0.45
joinMethod · 0.45

Tested by

no test coverage detected