Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ImageEngine/cortex
/ tearDown
Method
tearDown
test/IECoreScene/SceneInterfaceTest.py:134–136 ·
view source on GitHub ↗
( self )
Source
from the content-addressed store, hash-verified
132
self.__testFileUpper = os.path.join( self.tempDir,
"test.SCC"
)
133
134
def
tearDown( self ) :
135
IECoreScene.SharedSceneInterfaces.clear()
136
shutil.rmtree( self.tempDir )
137
138
if
__name__ ==
"__main__"
:
139
unittest.main()
Callers
nothing calls this directly
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected