MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / id

Method id

tools/python-3.11.9-amd64/Lib/doctest.py:2444–2445  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2442class DocFileCase(DocTestCase):
2443
2444 def id(self):
2445 return '_'.join(self._dt_test.name.split('.'))
2446
2447 def __repr__(self):
2448 return self._dt_test.filename

Callers

nothing calls this directly

Calls 2

joinMethod · 0.45
splitMethod · 0.45

Tested by

no test coverage detected