MCPcopy 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
3415class FooBar(object):
3416 def f(self):
3417 return 'f()'
3418 def g(self):
3419 raise ValueError
3420 def _h(self):

Callers 1

taskMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected