Files
server/usr/lib/python3/dist-packages/lxml/includes/uri.pxd
2026-01-07 20:52:11 +01: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)