Files
molenda.net/eeeeee/.venv/lib/python3.9/site-packages/lxml/includes/uri.pxd
T
Sebastian Molenda ab96d82fcf init
2026-05-12 21:10:38 +02: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)