Home
last modified time | relevance | path

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

/freebsd/contrib/libucl/python/src/
H A Duclmodule.c148 ucl_object_t *ucl_str; in _iterate_python() local
150 ucl_str = ucl_object_fromstring (PyBytes_AsString (str)); in _iterate_python()
152 return ucl_str; in _iterate_python()