/ open-webui.git
/ app
/ env
/ lib
/ python3.11
/ site-packages
/ lxml
/ includes
/ uri.pxd
Run
Starting...
Stop
View File
Save
cdef extern from "libxml/uri.h" nogil: ctypedef struct xmlURI cdef xmlURI* xmlParseURI(char* str) cdef void xmlFreeURI(xmlURI* uri)
Memory