Lines Matching refs:close
48 from multiprocessing.forking import duplicate, close
151 def close(self):
153 Close the bound socket or named pipe of `self`.
155 return self._listener.close()
193 s1.close()
194 s2.close()
260 self._socket.close()
277 s.close()
280 def close(self):
281 self._socket.close()
310 s.close()
337 self.close = Finalize(
366 close(handle)
438 for attr in ('fileno', 'close', 'poll', 'recv_bytes', 'send_bytes'):