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

Method edges

python/pymesh/wires/WireNetwork.py:295–296  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

293
294 @property
295 def edges(self):
296 return self.raw_wires.get_edges()
297
298 @edges.setter
299 def edges(self, value):

Callers

nothing calls this directly

Calls 3

__initialize_wiresMethod · 0.95
set_edgesMethod · 0.80
get_edgesMethod · 0.45

Tested by

no test coverage detected