Exemplo n.º 1
0
 def __init__(self):
     super(_PrebattleDispatcher, self).__init__()
     self.__requestCtx = None
     self.__collection = FunctionalCollection()
     self.__factories = ControlFactoryDecorator()
     self.__nextPrbFunctional = None
     self._globalListeners = set()