Home | History | Annotate | Download | only in coverage

Lines Matching full:_collectors

143     _collectors = []
232 if self._collectors:
233 self._collectors[-1].pause()
234 self._collectors.append(self)
235 #print >>sys.stderr, "Started: %r" % self._collectors
260 #print >>sys.stderr, "Stopping: %r" % self._collectors
261 assert self._collectors
262 assert self._collectors[-1] is self
269 self._collectors.pop()
270 if self._collectors:
271 self._collectors[-1].resume()