Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/csev/py4e
/ func
Function
func
code/graphics/graphics.py:203–204 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
201
if
not _thread_running:
202
raise
GraphicsError, DEAD_THREAD
203
def
func():
204
return
f(*args, **kw)
205
_tk_request.put((func,True),True)
206
result = _tk_result.get(True)
207
return
result
Callers
1
skulpt.js
File · 0.85
Calls
1
f
Function · 0.50
Tested by
no test coverage detected