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

Method pop

cadquery/occ_impl/shapes.py:5695–5697  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

5693 return self.ops[ix]
5694
5695 def pop(self) -> Op:
5696
5697 return self.ops.pop()
5698
5699 def append(self, op: Op, name: str | None = None) -> None:
5700

Callers 2

solidFunction · 0.45
_importDocFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected