MCPcopy
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

showMethod · 0.95
_clearMethod · 0.95
_popMethod · 0.95
onVisibilityMethod · 0.95

Calls 2

_runMethod · 0.95
_Function · 0.85

Tested by

no test coverage detected