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

Method create_empty

python/pymesh/wires/WireNetwork.py:48–51  ·  view source on GitHub ↗

Handy factory method to create an empty wire network.

(cls)

Source from the content-addressed store, hash-verified

46
47 @classmethod
48 def create_empty(cls):
49 """ Handy factory method to create an empty wire network.
50 """
51 return cls()
52
53 @classmethod
54 def create_from_file(cls, wire_file):

Callers 1

__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected