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

Method id

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

Source from the content-addressed store, hash-verified

2531class DocFileCase(DocTestCase):
2532
2533 def id(self):
2534 return '_'.join(self._dt_test.name.split('.'))
2535
2536 def __repr__(self):
2537 return self._dt_test.filename

Callers

nothing calls this directly

Calls 2

joinMethod · 0.45
splitMethod · 0.45

Tested by

no test coverage detected