Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ load_tests
Function
load_tests
Lib/test/test_typing.py:10965–10968 ·
view source on GitHub ↗
(loader, tests, pattern)
Source
from the content-addressed store, hash-verified
10963
10964
10965
def
load_tests(loader, tests, pattern):
10966
import
doctest
10967
tests.addTests(doctest.DocTestSuite(typing))
10968
return
tests
10969
10970
10971
if
__name__ ==
'__main__'
:
Callers
nothing calls this directly
Calls
1
addTests
Method · 0.80
Tested by
no test coverage detected