Files
courses/py3interm/venv/Lib/site-packages/lxml/includes/uri.pxd
T
2025-05-20 11:57:43 -04:00

6 lines
139 B
Cython

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