Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
2607
class
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
join
Method · 0.45
split
Method · 0.45
Tested by
no test coverage detected