diff options
Diffstat (limited to '.venv/lib/python3.12/site-packages/lxml/includes/uri.pxd')
-rw-r--r-- | .venv/lib/python3.12/site-packages/lxml/includes/uri.pxd | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.venv/lib/python3.12/site-packages/lxml/includes/uri.pxd b/.venv/lib/python3.12/site-packages/lxml/includes/uri.pxd new file mode 100644 index 00000000..f886a54b --- /dev/null +++ b/.venv/lib/python3.12/site-packages/lxml/includes/uri.pxd @@ -0,0 +1,5 @@ +cdef extern from "libxml/uri.h" nogil: + ctypedef struct xmlURI + + cdef xmlURI* xmlParseURI(char* str) + cdef void xmlFreeURI(xmlURI* uri) |