week06
This commit is contained in:
5
env/lib/python3.12/site-packages/lxml/includes/uri.pxd
vendored
Normal file
5
env/lib/python3.12/site-packages/lxml/includes/uri.pxd
vendored
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