MCPcopy Create free account
hub / github.com/PyMesh/PyMesh / __check_base_patterns

Method __check_base_patterns

python/pymesh/wires/Tiler.py:58–60  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

56 raise RuntimeError("Base pattern is not set!")
57
58 def __check_base_patterns(self):
59 if not hasattr(self, "raw_patterns"):
60 raise RuntimeError("Base pattern array is not set!")
61
62 def __apply_vertex_offset(self):
63 vertices = self.raw_wire_network.get_vertices()

Callers 1

Calls 1

RuntimeErrorClass · 0.85

Tested by

no test coverage detected