MCPcopy
hub / github.com/CadQuery/cadquery / _run

Method _run

cadquery/fig.py:247–249  ·  view source on GitHub ↗
(self, coro)

Source from the content-addressed store, hash-verified

245 open_new_tab(f"http://localhost:{port}")
246
247 def _run(self, coro) -> Future:
248
249 return run_coroutine_threadsafe(coro, self.loop)
250
251 def _update_state(self, name: str):
252 async def _():

Callers 10

__init__Method · 0.95
_update_stateMethod · 0.95
showMethod · 0.95
fitMethod · 0.95
isoMethod · 0.95
upMethod · 0.95
frontMethod · 0.95
sideMethod · 0.95
clearMethod · 0.95
popMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected