brief-extractor/backend/venv/lib/python3.10/site-packages/lxml/includes/uri.pxd
2026-03-06 18:42:46 +00:00

5 lines
145 B
Cython
Executable file

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