MCPcopy Index your code
hub / github.com/python/cpython / _h

Method _h

Lib/test/_test_multiprocessing.py:3420–3421  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

3418 def g(self):
3419 raise ValueError
3420 def _h(self):
3421 return '_h()'
3422
3423def baz():
3424 for i in range(10):

Callers 1

commonMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected