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