Files
netsec/env/lib/python3.12/site-packages/lxml/includes/uri.pxd
2024-12-09 18:22:38 +09: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)