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

Method id

Lib/test/test_regrtest.py:2502–2503  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2500 self.test_id = test_id
2501
2502 def id(self):
2503 return self.test_id
2504
2505 # Restore patterns once the test completes
2506 patterns = get_match_tests()

Callers 8

test_match_testMethod · 0.95
setUpMethod · 0.45
__init__Method · 0.45
_setUpMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected