Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_state
Method · 0.95
show
Method · 0.95
fit
Method · 0.95
iso
Method · 0.95
up
Method · 0.95
front
Method · 0.95
side
Method · 0.95
clear
Method · 0.95
pop
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected