MCPcopy Create free account
hub / github.com/pyscript/pyscript / drawing_done

Function drawing_done

core/tests/manual/issue-2302/main.py:115–118  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

113 del seg
114
115def drawing_done():
116 maybe_with_spy = "with SPy" if USE_SPY else "with pure Python"
117 print(f"Time elapsed computing {maybe_with_spy}:", time.time() - start_ts)
118 drawing_event.set()
119
120grid_width = 0
121grid_height = 0

Callers 1

initial_calcFunction · 0.85

Calls 1

setMethod · 0.45

Tested by

no test coverage detected