Files
Buffteks-Website/venv/lib/python3.12/site-packages/lxml/includes/uri.pxd
2025-05-08 21:10:14 -05: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)