示例#1
0
文件: manager.py 项目: cwsquared/enso
    def __init__(self):
        """
        Initialize the command registry.
        """

        GenericPrefixFactory.__init__(self)

        self.__cmdObjDict = {}
        self.__dictTouched = False
示例#2
0
    def __init__( self ):
        """
        Initialize the command registry.
        """

        GenericPrefixFactory.__init__( self )

        self.__cmdObjDict = {}
        self.__dictTouched = False
 def __init__(self, *args, **kwargs):
     GenericPrefixFactory.__init__(self)
     ArgFuncMixin.__init__(self, *args, **kwargs)
示例#4
0
 def __init__( self, *args, **kwargs ):
     GenericPrefixFactory.__init__( self )
     ArgFuncMixin.__init__( self, *args, **kwargs )