Lines Matching defs:close
647 sio.close()
998 def close(self):
1004 should ensure that this gets called from overridden close()
1070 to a stream. Note that this class does not close the stream, as
1183 def close(self):
1196 if hasattr(stream, "close"):
1197 stream.close()
1203 StreamHandler.close(self)
2001 remembered that StreamHandler does not close its stream (since it may be
2031 h.close()
2193 h.close()