Lines Matching refs:after
245 if type(child.after) in types.StringTypes:
246 child_result_list.append(child.before + child.after)
248 # child.after may have been a TIMEOUT or EOF,
298 After this the child application will be created and will be ready to
333 access to the full buffer after expect() returns.
338 everything to standard output. The logfile is flushed after each write.
403 self.after = None
491 s.append('after: ' + str(self.after))
921 return self.after
1218 # If pid is still 0 after two calls to waitpid() then the process
1335 After a match is found the instance attributes 'before', 'after' and
1337 'before'. You can see the data that was matched in 'after'. The
1340 'after' and 'match' will be None.
1346 of raising the exception. The attribute 'after' will be set to the
1449 self.after = incoming[searcher.start: searcher.end]
1466 self.after = EOF
1479 self.after = TIMEOUT
1491 self.after = None
1686 After a successful match by the search() method the following attributes
1690 end - index into the buffer, first byte after match
1786 After a successful match by the search() method the following attributes
1790 end - index into the buffer, first byte after match