Files
obitools3/python/obitools3/apps/config.pxd
2018-10-21 17:35:18 +02:00

11 lines
313 B
Cython
Executable File

#cython: language_level=3
cpdef str setRootConfigName(str rootname)
cpdef str getRootConfigName()
cdef dict buildDefaultConfiguration(str root_config_name,
dict config)
cpdef dict getConfiguration(str root_config_name=?,
dict config=?)