Files
Buffteks-Website/streamlit-venv/lib/python3.10/site-packages/lxml/includes/uri.pxd
2025-01-10 21:40:35 +00:00

6 lines
145 B
Cython
Executable File

cdef extern from "libxml/uri.h" nogil:
ctypedef struct xmlURI
cdef xmlURI* xmlParseURI(char* str)
cdef void xmlFreeURI(xmlURI* uri)