Home | History | Annotate | Download | only in lib

Lines Matching refs:kw

595             def __init__(self, command, **kw):
653 def __init__(self, command, **kw):
654 if kw.get('stderr') == 'STDOUT':
661 def wait(self, *args, **kw):
662 resultcode = apply(popen2.Popen3.wait, (self,)+args, kw)
1030 def diff(self, a, b, name, *args, **kw):
1036 def diff(self, a, b, name, *args, **kw):
1039 lines = apply(self.diff_function, args, kw)
1149 **kw):
1167 stdin = kw.get('stdin', None)
1171 combine = kw.get('combine', self.combine)
1183 def finish(self, popen, **kw):