Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AcademySoftwareFoundation/MaterialX
/ pl
Function
pl
python/Scripts/mxvalidate.py:310–314 ·
view source on GitHub ↗
(elem)
Source
from the content-addressed store, hash-verified
308
return
s
309
310
def
pl(elem):
311
if
len(elem) == 1:
312
return
""
313
else
:
314
return
"s"
315
316
def
spc(depth):
317
return
"\n\t "
+
": "
*depth
Callers
2
main
Function · 0.85
listContents
Function · 0.85
Calls
1
len
Function · 0.85
Tested by
no test coverage detected