Home
last modified time | relevance | path

Searched refs:uclMethods (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/libucl/python/src/
H A Duclmodule.c290 static PyMethodDef uclMethods[] = { variable
317 uclMethods
331 PyObject *mod = Py_InitModule ("ucl", uclMethods); in initucl()