MCPcopy Index your code
hub / github.com/python/cpython / __repr__

Method __repr__

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

Source from the content-addressed store, hash-verified

2509 self._dt_checker))
2510
2511 def __repr__(self):
2512 name = self._dt_test.name.split('.')
2513 return "%s (%s)" % (name[-1], '.'.join(name[:-1]))
2514
2515 __str__ = object.__str__
2516

Callers

nothing calls this directly

Calls 2

splitMethod · 0.45
joinMethod · 0.45

Tested by

no test coverage detected