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