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

Function method

tests_python/test_utilities.py:249–255  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

247 _thread.start_new_thread(dump_threads_and_kill_on_timeout, ())
248
249 def method():
250 while True:
251 trace_func = sys.gettrace()
252 if trace_func:
253 threading.current_thread().trace_func = trace_func
254 break
255 time.sleep(0.01)
256
257 def dummy_thread_method():
258 threads.append(threading.current_thread())

Callers 5

dummy_thread_methodFunction · 0.70
sendMethod · 0.50
print_memory_displayMethod · 0.50
__call__Method · 0.50
_transactionalMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected