PATH:
opt
/
cloudlinux
/
venv
/
lib
/
python3.11
/
site-packages
/
lxml
/
includes
/
Editing: uri.pxd
cdef extern from "libxml/uri.h": ctypedef struct xmlURI cdef xmlURI* xmlParseURI(char* str) cdef void xmlFreeURI(xmlURI* uri)
SAVE
CANCEL