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

Function getStandardTypes

python/Scripts/comparenodedefs.py:29–31  ·  view source on GitHub ↗

Extract the set of standard type names from library TypeDefs.

(stdlib)

Source from the content-addressed store, hash-verified

27 return stdlib
28
29def getStandardTypes(stdlib):
30 '''Extract the set of standard type names from library TypeDefs.'''
31 return {td.getName() for td in stdlib.getTypeDefs()}
32
33def buildTypeGroups(stdlib):
34 '''

Callers 1

parseSpecDocumentFunction · 0.85

Calls 1

getNameMethod · 0.45

Tested by

no test coverage detected