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

Method run

tests_python/resources/_debugger_case_gevent.py:30–35  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

28class MyGreenletThread(threading.Thread):
29
30 def run(self):
31 for _i in range(5):
32 called.append(self.name) # break here
33 t1 = MyGreenThread2()
34 t1.start()
35 sleep()
36
37
38if __name__ == '__main__':

Callers

nothing calls this directly

Calls 4

MyGreenThread2Class · 0.85
sleepFunction · 0.85
appendMethod · 0.45
startMethod · 0.45

Tested by

no test coverage detected