Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Matt300209
/
eval_venv
like
0
Model card
Files
Files and versions
xet
Community
main
eval_venv
/
venv
/
lib
/
python3.10
/
site-packages
/
Cython
/
Includes
/
posix
/
ioctl.pxd
Matt300209
Upload folder using huggingface_hub
9823a7e
verified
2 months ago
raw
Copy download link
history
blame
contribute
delete
99 Bytes
cdef
extern
from
"<sys/ioctl.h>"
nogil:
enum
:
FIONBIO
int
ioctl
(
int
fd,
int
request, ...
)