Пример #1
0
    def __init__(self, datadumpdirectory=None, indexgit=None, customindexfile=None, skippass2=False,
                 specificindexentries=None, testindexentries=None):
        """Initialize the engine, so it knows what to do."""

        # Initialze the engine
        StaticHandler.initialize(datadumpdirectory, indexgit, customindexfile)

        # Setup engine starte so its behavior is affected when it is started
        self._skipPass2 = skippass2
        self._specificIndexEntries = specificindexentries
        self._testIndexEntries = testindexentries

        return
Пример #2
0
    def __init__(self,
                 datadumpdirectory=None,
                 indexgit=None,
                 customindexfile=None,
                 skippass2=False,
                 specificindexentries=None,
                 testindexentries=None):
        """Initialize the engine, so it knows what to do."""

        # Initialze the engine
        StaticHandler.initialize(datadumpdirectory, indexgit, customindexfile)

        # Setup engine starte so its behavior is affected when it is started
        self._skipPass2 = skippass2
        self._specificIndexEntries = specificindexentries
        self._testIndexEntries = testindexentries

        return