Lines Matching defs:fileno
168 def fileno(self):
769 for attr in ('fileno', 'close', 'poll', 'recv_bytes', 'send_bytes'):
848 fileno = getattr(o, 'fileno')
854 ov, err = _winapi.ReadFile(fileno(), 0, True)
863 # If o.fileno() is an overlapped pipe handle and
896 # If o.fileno() is an overlapped pipe handle then
945 handle = conn.fileno()
958 dh = reduction.DupHandle(conn.fileno(), access)
967 df = reduction.DupFd(conn.fileno())