mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Add index entry for GzipFile class.
This commit is contained in:
parent
d678cb7a6c
commit
c3486318e0
2 changed files with 6 additions and 2 deletions
|
@ -12,9 +12,11 @@ file object.
|
|||
\class{GzipFile} objects simulate most of the methods of a file
|
||||
object, though it's not possible to use the \method{seek()} and
|
||||
\method{tell()} methods to access the file randomly.
|
||||
\withsubitem{(class in gzip)}{\ttindex{GzipFile}}
|
||||
|
||||
|
||||
\begin{funcdesc}{open}{fileobj\optional{, filename\optional{, mode\optional{, compresslevel}}}}
|
||||
\begin{funcdesc}{open}{fileobj\optional{, filename\optional{,
|
||||
mode\optional{, compresslevel}}}}
|
||||
Returns a new \class{GzipFile} object on top of \var{fileobj}, which
|
||||
can be a regular file, a \class{StringIO} object, or any object which
|
||||
simulates a file.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue