Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
19
def
add_attribute(mesh, name):
20
mesh.add_attribute(name);
21
22
def
main():
23
args = parse_args();
Callers
2
is_printable
Method · 0.85
main
Function · 0.85
Calls
1
add_attribute
Method · 0.45
Tested by
no test coverage detected