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

Method g456

Lib/test/test_sys.py:515–518  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

513 g456()
514
515 def g456():
516 thread_info.append(threading.get_ident())
517 entered_g.set()
518 leave_g.wait()
519
520 t = threading.Thread(target=f123)
521 t.start()

Callers

nothing calls this directly

Calls 3

appendMethod · 0.45
setMethod · 0.45
waitMethod · 0.45

Tested by

no test coverage detected