mirror of
https://github.com/python/cpython.git
synced 2025-12-04 00:30:19 +00:00
Document HTTPReponse.fileno() method
This commit is contained in:
parent
d4efd9eb15
commit
ceff566886
1 changed files with 3 additions and 0 deletions
|
|
@ -477,6 +477,9 @@ statement.
|
|||
|
||||
Return a list of (header, value) tuples.
|
||||
|
||||
.. method:: HTTPResponse.fileno()
|
||||
|
||||
Return the ``fileno`` of the underlying socket.
|
||||
|
||||
.. attribute:: HTTPResponse.msg
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue