Example #1
0
 def __exit__(self, type, value, traceback):
     SUBCLASSES.pop(0)
Example #2
0
 def __exit__(self, type, value, traceback):
     SUBCLASSES.pop(0)
Example #3
0
 def __enter__(self):
     SUBCLASSES.insert(0, self.script_handler)
Example #4
0
 def __enter__(self):
     SUBCLASSES.insert(0, self.script_handler)