Files
prop-data-guard/backend/.venv/lib/python3.9/site-packages/lxml/includes/uri.pxd
T
2026-04-22 17:07:33 +08:00

6 lines
145 B
Cython

cdef extern from "libxml/uri.h" nogil:
ctypedef struct xmlURI
cdef xmlURI* xmlParseURI(char* str)
cdef void xmlFreeURI(xmlURI* uri)