We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5df7b8 commit 2876c13Copy full SHA for 2876c13
test/util.py
@@ -0,0 +1,7 @@
1
+"""
2
+Utilities for the odml test package.
3
4
+import os
5
+import tempfile
6
+
7
+ODML_CACHE_DIR = os.path.join(tempfile.gettempdir(), "odml.cache")
0 commit comments