Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ run
Method
run
Lib/test/libregrtest/testresult.py:147–149 ·
view source on GitHub ↗
(self, test)
Source
from the content-addressed store, hash-verified
145
self.result.buffer = buffer
146
147
def
run(self, test):
148
test(self.result)
149
return
self.result
150
151
def
get_test_runner_class(verbosity, buffer=False):
152
if
verbosity:
Callers
1
testresult.py
File · 0.45
Calls
1
test
Function · 0.50
Tested by
no test coverage detected