core.file
¶
Source code: core/file.seq
-
class
core.file.
File
¶ Magic methods:
-
__init__
(fp: cobj)
-
__init__
(path: str, mode: str)
-
__enter__
()
-
__exit__
()
-
__iter__
()
Methods:
-
-
class
core.file.
gzFile
¶ Magic methods:
-
__init__
(fp: cobj)
-
__init__
(path: str, mode: str)
-
__iter__
()
-
__enter__
()
-
__exit__
()
Methods:
-
-
core.file.
open
(path: str, mode: str = 'r')¶
-
core.file.
gzopen
(path: str, mode: str = 'r')¶
-
core.file.
is_binary
(path: str)¶