File: config.pxd

package info (click to toggle)
obitools 3.0.1~b26%2Bdfsg-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 26,788 kB
  • sloc: ansic: 24,299; python: 657; sh: 27; makefile: 20
file content (10 lines) | stat: -rwxr-xr-x 313 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
#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=?)