Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Datasets:
Dorothydu
/
gitrepo_top_sample_50
like
0
Dataset card
Files
Files and versions
xet
Community
main
gitrepo_top_sample_50
/
makefun
/
tests
/
_test_py38.py
Dorothydu
Upload 50 random repository samples
9d3c8f5
verified
8 months ago
raw
Copy download link
history
blame
contribute
delete
108 Bytes
def
make_pos_only_f
():
def
f
(
a, b, c, /, *, d, **e
):
return
a + b + c + d +
sum
(e)
return
f