fileno
Name
fileno -- return the socket used to
connect to the database
Synopsis
fileno()
Return Type
- socket id
-
The underlying socket id used to connect to the
database.
Exceptions
TypeError
-
Too many (any) arguments.
Description
fileno() method returns the
underlying socket id used to connect to the database. This is
useful for use in select calls,
etc.