Files
api/path/to/venv/lib/python3.12/site-packages/lxml/includes/uri.pxd
2025-12-30 11:27:14 +07: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)