first comit
This commit is contained in:
5
venv/lib/python3.10/site-packages/lxml/includes/uri.pxd
Normal file
5
venv/lib/python3.10/site-packages/lxml/includes/uri.pxd
Normal file
@@ -0,0 +1,5 @@
|
||||
cdef extern from "libxml/uri.h" nogil:
|
||||
ctypedef struct xmlURI
|
||||
|
||||
cdef xmlURI* xmlParseURI(char* str)
|
||||
cdef void xmlFreeURI(xmlURI* uri)
|
||||
Reference in New Issue
Block a user