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

Method load_wires

python/pymesh/wires/tests/WireTestCase.py:229–232  ·  view source on GitHub ↗
(self, wire_file)

Source from the content-addressed store, hash-verified

227 return WireNetwork.create_from_data(vertices, edges)
228
229 def load_wires(self, wire_file):
230 wire_network = WireNetwork()
231 wire_network.load_from_file(wire_file)
232 return wire_network
233
234 def save_wires(self, wire_network, wire_file):
235 wire_network.write_to_file(wire_file)

Callers

nothing calls this directly

Calls 2

load_from_fileMethod · 0.95
WireNetworkClass · 0.90

Tested by

no test coverage detected