Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ test_func
Method
test_func
Lib/test/test_pyrepl/test_pyrepl.py:943–947 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
941
class
Dummy:
942
@property
943
def
test_func(self):
944
import
warnings
945
946
warnings.warn(
"warnings\n"
)
947
return
None
948
949
dummy = Dummy()
950
events = code_to_events(
"dummy.test_func.\t\n\n"
)
Callers
nothing calls this directly
Calls
1
warn
Method · 0.45
Tested by
no test coverage detected