Lines Matching refs:auto_close
371 def __init__(self, command=None, id=None, auto_close=False, echo=False,
380 @param auto_close: If True, close() the instance automatically when its
405 self.auto_close = auto_close
468 return (None, self.id, self.auto_close, self.echo, self.linesep)
472 if self.auto_close:
665 def __init__(self, command=None, id=None, auto_close=False, echo=False,
675 @param auto_close: If True, close() the instance automatically when its
699 Spawn.__init__(self, command, id, auto_close, echo, linesep)
859 def __init__(self, command=None, id=None, auto_close=True, echo=False,
869 @param auto_close: If True, close() the instance automatically when its
892 Tail.__init__(self, command, id, auto_close, echo, linesep,
1075 def __init__(self, command=None, id=None, auto_close=True, echo=False,
1086 @param auto_close: If True, close() the instance automatically when its
1110 Expect.__init__(self, command, id, auto_close, echo, linesep,