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

Function add_attribute

scripts/add_attribute.py:19–20  ·  view source on GitHub ↗
(mesh, name)

Source from the content-addressed store, hash-verified

17
18@pymesh.timethis
19def add_attribute(mesh, name):
20 mesh.add_attribute(name);
21
22def main():
23 args = parse_args();

Callers 2

is_printableMethod · 0.85
mainFunction · 0.85

Calls 1

add_attributeMethod · 0.45

Tested by

no test coverage detected