Home
last modified time | relevance | path

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

/freebsd/contrib/libucl/python/src/
H A Duclmodule.c291 static PyMethodDef uclMethods[] = { variable
318 uclMethods
332 PyObject *mod = Py_InitModule ("ucl", uclMethods); in initucl()