To see a bit more about how the internals of CadQuery work, let's mokeypatch some more verbose string represenations and create a simple model.
import cadquery as cq
def _ctx_str(self):
return (
f"CQContext object with id: {id(self)}\n"
+ f" pendingWires: {self.pendingWires}\n"