MCPcopy Index your code
hub / github.com/CadQuery/cadquery / Find

Method Find

tests/test_free_functions.py:636–637  ·  view source on GitHub ↗
(self, x)

Source from the content-addressed store, hash-verified

634
635 class DummyMap(TopTools_DataMapOfShapeListOfShape):
636 def Find(self, x):
637 raise Standard_NoSuchObject
638
639 monkeypatch.setattr(BOPAlgo_Builder, "Images", lambda x: DummyMap())
640

Callers 1

_update_imagesFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected