Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Datasets:
ZTWHHH
/
envs_2
like
0
Dataset card
Files
Files and versions
xet
Community
b3cf66e
envs_2
/
omnilmm
/
lib
/
python3.10
/
site-packages
/
lxml
/
includes
/
uri.pxd
ZTWHHH
Add files using upload-large-folder tool
10e7f12
verified
about 1 year ago
raw
Copy download link
history
blame
145 Bytes
cdef extern from
"libxml/uri.h"
nogil:
ctypedef
struct
xmlURI
cdef xmlURI* xml
ParseURI(
char
*
str
)
cdef void xml
FreeURI(
xmlURI
*
uri
)