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

Method f

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

Source from the content-addressed store, hash-verified

3143
3144class FooBar(object):
3145 def f(self):
3146 return 'f()'
3147 def g(self):
3148 raise ValueError
3149 def _h(self):

Callers 1

taskMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected