MCPcopy Create free account
hub / github.com/AcademySoftwareFoundation/MaterialX / getTarget

Function getTarget

python/Scripts/mxvalidate.py:352–356  ·  view source on GitHub ↗
(elem)

Source from the content-addressed store, hash-verified

350 return s
351
352def getTarget(elem):
353 if elem.hasTarget():
354 return ' [target "%s"]' % elem.getTarget()
355 else:
356 return ""
357
358if __name__ == '__main__':
359 main()

Callers 2

listContentsFunction · 0.85
getImplementationMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected