MCPcopy Create free account
hub / github.com/ImageEngine/cortex / searchPath

Method searchPath

python/IECore/ClassLoader.py:73–75  ·  view source on GitHub ↗
( self )

Source from the content-addressed store, hash-verified

71
72 ## Returns a copy of the searchpath used to find classes.
73 def searchPath( self ) :
74
75 return SearchPath( self.__searchPaths )
76
77 ## Returns an alphabetically sorted list
78 # of all the classes found

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected