Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/CadQuery/cadquery
/ _update_state
Method
_update_state
cadquery/fig.py:251–257 ·
view source on GitHub ↗
(self, name: str)
Source
from the content-addressed store, hash-verified
249
return
run_coroutine_threadsafe(coro, self.loop)
250
251
def
_update_state(self, name: str):
252
async
def
_():
253
254
self.state.dirty(name)
255
self.state.flush()
256
257
self._run(_())
258
259
def
show(
260
self,
Callers
4
show
Method · 0.95
_clear
Method · 0.95
_pop
Method · 0.95
onVisibility
Method · 0.95
Calls
2
_run
Method · 0.95
_
Function · 0.85
Tested by
no test coverage detected