Files
backtrader/venv/Lib/site-packages/lxml/includes/uri.pxd
2026-01-17 21:21:30 +08:00

6 lines
150 B
Cython

cdef extern from "libxml/uri.h" nogil:
ctypedef struct xmlURI
cdef xmlURI* xmlParseURI(char* str)
cdef void xmlFreeURI(xmlURI* uri)