Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ f
Method
f
Lib/test/_test_multiprocessing.py:3416–3417 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
3414
3415
class
FooBar(object):
3416
def
f(self):
3417
return
'f()'
3418
def
g(self):
3419
raise
ValueError
3420
def
_h(self):
Callers
1
task
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected