Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Datasets:
Asib27
/
github_repo_scraped
like
0
License:
apache-2.0
Dataset card
Files
Files and versions
Community
e19f295
github_repo_scraped
/
repos
/
gitpython-developers-GitPython-0a5250e
/
test
/
fixtures
/
cat_file.py
Asib27
try 1
065fee7
verified
5 months ago
raw
Copy download link
history
blame
136 Bytes
import
sys
with
open
(sys.argv[
1
])
as
fd:
for
line
in
fd.readlines():
sys.stdout.write(line)
sys.stderr.write(line)