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