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

Method id

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

Source from the content-addressed store, hash-verified

2607class DocFileCase(DocTestCase):
2608
2609 def id(self):
2610 return '_'.join(self._dt_test.name.split('.'))
2611
2612 def __repr__(self):
2613 return self._dt_test.filename

Callers

nothing calls this directly

Calls 2

joinMethod · 0.45
splitMethod · 0.45

Tested by

no test coverage detected