This website requires JavaScript.
Explore
Help
Register
Sign In
mirrors
/
codon
mirror of
https://github.com/exaloop/codon.git
Watch
1
Star
0
Fork
You've already forked codon
0
Code
Issues
Projects
Releases
Wiki
Activity
f5dc4cfd91
codon
/
stdlib
/
gzip.codon
3 lines
68 B
Python
Raw
Blame
History
def
open
(
path
:
str
,
mode
:
str
=
'
r
'
)
:
return
gzFile
(
path
,
mode
)
Reference in New Issue
View Git Blame
Copy Permalink