Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/CadQuery/cadquery
/ pop
Method
pop
cadquery/fig.py:468–475 ·
view source on GitHub ↗
Clear the selected showable.
(self)
Source
from the content-addressed store, hash-verified
466
self.view.update()
467
468
def
pop(self):
469
""
"
470
Clear the selected showable.
471
""
"
472
473
self._run(self._pop())
474
475
return
self
476
477
def
onVisibility(self, event: dict):
478
Callers
15
update_hull
Function · 0.45
__delitem__
Method · 0.45
combine
Method · 0.45
union
Method · 0.45
_clear
Method · 0.45
_pop
Method · 0.45
test_fig
Function · 0.45
get_doc_nodes
Function · 0.45
Se
Function · 0.45
s
Function · 0.45
l
Function · 0.45
c
Function · 0.45
Calls
2
_run
Method · 0.95
_pop
Method · 0.95
Tested by
2
test_fig
Function · 0.36
get_doc_nodes
Function · 0.36