Add the possibility to create temporary objects like a temporary

directory and a temporary DMS
This commit is contained in:
2017-07-28 16:33:19 +02:00
parent 09ddd74652
commit 407f61a408
7 changed files with 175 additions and 20 deletions

View File

@ -8,3 +8,4 @@ from obitools3.dms.taxo.taxo cimport Taxonomy
from obitools3.utils cimport tobytes, tostr
from obitools3.files.universalopener cimport uopen
cdef open_dms(bytes path, bint create=?)