示例#1
0
文件: test_pycc.py 项目: esc/numba
 def tearDown(self):
     tempfile.tempdir = None
     # Since we're executing the module-under-test several times
     # from the same process, we must clear the exports registry
     # between invocations.
     clear_export_registry()
示例#2
0
 def tearDown(self):
     tempfile.tempdir = None
     # Since we're executing the module-under-test several times
     # from the same process, we must clear the exports registry
     # between invocations.
     clear_export_registry()