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

Class Test

Lib/test/test_regrtest.py:2498–2503  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2496
2497 def test_match_test(self):
2498 class Test:
2499 def __init__(self, test_id):
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 1

test_match_testMethod · 0.70

Calls

no outgoing calls

Tested by 1

test_match_testMethod · 0.56

Used in the wild real call sites across dependent graphs

searching dependent graphs…