MCPcopy Index your code
hub / github.com/RustPython/RustPython / _h

Method _h

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

Source from the content-addressed store, hash-verified

3147 def g(self):
3148 raise ValueError
3149 def _h(self):
3150 return '_h()'
3151
3152def baz():
3153 for i in range(10):

Callers 1

commonMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected