// SYSTEM PANEL //
[ROOT]
/
opt
/
hc_python
/
lib
/
python3.12
/
site-packages
/
lxml
/
includes
[ PARENT ]
EDIT :: uri.pxd
cdef extern from "libxml/uri.h" nogil: ctypedef struct xmlURI cdef xmlURI* xmlParseURI(char* str) cdef void xmlFreeURI(xmlURI* uri)
SAVE
CANCEL