Files
tmhr/venv/lib/python3.10/site-packages/lxml/includes/uri.pxd
2024-02-23 10:30:02 +00: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)