Your IP : 216.73.216.165


Current Path : /usr/lib/python3/dist-packages/lxml/includes/
Upload File :
Current File : //usr/lib/python3/dist-packages/lxml/includes/uri.pxd

cdef extern from "libxml/uri.h" nogil:
    ctypedef struct xmlURI

    cdef xmlURI* xmlParseURI(char* str)
    cdef void xmlFreeURI(xmlURI* uri)