Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
append
Method · 0.45
set
Method · 0.45
wait
Method · 0.45
Tested by
no test coverage detected