Home | History | Annotate | Download | only in python2.7

Lines Matching refs:_active

458 _active = []
461 for inst in _active[:]:
465 _active.remove(inst)
761 def __del__(self, _maxint=sys.maxint, _active=_active):
770 if self.returncode is None and _active is not None:
772 _active.append(self)