Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ceff566

Browse files
committed
Document HTTPReponse.fileno() method
1 parent d4efd9e commit ceff566

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Doc/library/http.client.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -477,6 +477,9 @@ statement.
477477

478478
Return a list of (header, value) tuples.
479479

480+
.. method:: HTTPResponse.fileno()
481+
482+
Return the ``fileno`` of the underlying socket.
480483

481484
.. attribute:: HTTPResponse.msg
482485

0 commit comments

Comments
 (0)