Python Standard Library
Table of Contents
Ch 01 - 10
Ch 11 - 20
Ch 21 - 30
Ch 31 - 37
api
06 Built-in Exceptions
07 String Services
08 Data Types
09 Numeric and Mathematical Methods
10 File and Directory Access
11 Data Persistence
12 Data Compression and Archiving
zlib
gzip
Functions
Classes
gzip.GzipFile
Methods
gzip.GzipFile.__enter__
gzip.GzipFile.__exit__
gzip.GzipFile.__format__
gzip.GzipFile.__init__
gzip.GzipFile.__new__
gzip.GzipFile.__reduce__
gzip.GzipFile.__reduce_ex__
gzip.GzipFile.__repr__
gzip.GzipFile.__sizeof__
gzip.GzipFile.__subclasshook__
gzip.GzipFile._add_read_data
gzip.GzipFile._checkClosed
gzip.GzipFile._checkReadable
gzip.GzipFile._checkSeekable
gzip.GzipFile._checkWritable
gzip.GzipFile._check_closed
gzip.GzipFile._init_read
gzip.GzipFile._init_write
gzip.GzipFile._read
gzip.GzipFile._read_eof
gzip.GzipFile._read_gzip_header
gzip.GzipFile._unread
gzip.GzipFile._write_gzip_header
gzip.GzipFile.close
gzip.GzipFile.detach
gzip.GzipFile.fileno
gzip.GzipFile.flush
gzip.GzipFile.isatty
gzip.GzipFile.read
gzip.GzipFile.read1
gzip.GzipFile.readable
gzip.GzipFile.readinto
gzip.GzipFile.readline
gzip.GzipFile.readlines
gzip.GzipFile.rewind
gzip.GzipFile.seek
gzip.GzipFile.seekable
gzip.GzipFile.tell
gzip.GzipFile.truncate
gzip.GzipFile.writable
gzip.GzipFile.write
gzip.GzipFile.writelines
Attributes
bz2
zipfile
tarfile
13 File Formats
14 Cryptographic Services
15 Generic Operating System Services
16 Optional Operating System Services
17 Interprocess Communication and Networking
18 Internet Data Handling
19 Structured Markup Processing Tools
20 Internet Protocols and Support
21 Multimedia Services
22 Internationalization
23 Program Frameworks
24 Graphical User Interfaces with Tk
25 Development Tools
26 Debugging and Profiling
27 Software Packaging and Distribution
28 Python Runtime Services
29 Custom Python Interpreters
30 Restricted Execution
31 Importing Modules
32 Python Language Services
33 (depr) Python compiler package
34 Miscellaneous Services
35 MS Windows Specific Services
36. Unix Specific Services
37 Mac OS X specific services
Python Standard Library
Docs
»
api
»
gzip
»
gzip.GzipFile
»
gzip.GzipFile._read
View page source
gzip.GzipFile._read
¶
GzipFile.
_read
(
size=1024
)
[source]
¶