MCPcopy Create free account
hub / github.com/fabioz/PyDev.Debugger / Foo

Class Foo

tests_python/resources/_debugger_case_multiprocessing_2.py:4–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2
3
4class Foo:
5
6 def __init__(self, value):
7 self.value = value # break 2 here
8
9
10def f(q):

Callers 1

fFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected