Files
to_docx/server/venv/Lib/site-packages/lxml/includes/uri.pxd
T
2026-05-12 08:59:02 +08:00

6 lines
150 B
Cython

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