MCPcopy 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
310def pl(elem):
311 if len(elem) == 1:
312 return ""
313 else:
314 return "s"
315
316def spc(depth):
317 return "\n\t " + ": "*depth

Callers 2

mainFunction · 0.85
listContentsFunction · 0.85

Calls 1

lenFunction · 0.85

Tested by

no test coverage detected