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

Function load_tests

Lib/test/test_typing.py:11162–11165  ·  view source on GitHub ↗
(loader, tests, pattern)

Source from the content-addressed store, hash-verified

11160
11161
11162def load_tests(loader, tests, pattern):
11163 import doctest
11164 tests.addTests(doctest.DocTestSuite(typing))
11165 return tests
11166
11167
11168if __name__ == '__main__':

Callers

nothing calls this directly

Calls 1

addTestsMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…