fileno()
Return the underlying file descriptor (an integer) of the stream if it exists. An OSError
is raised if the IO object does not use a file descriptor.
fileno()
Return the underlying file descriptor (an integer) of the stream if it exists. An OSError
is raised if the IO object does not use a file descriptor.
Please login to continue.