コード例 #1
0
ファイル: tileIndex.py プロジェクト: xgds/xgds_plot
    def clean(self):
        # must call this before start() !
        assert not self.running

        plotUtil.rmIfPossible(self.outputDir)
コード例 #2
0
    def clean(self):
        # must call this before start() !
        assert not self.running

        plotUtil.rmIfPossible(self.outputDir)
コード例 #3
0
ファイル: segmentIndex.py プロジェクト: xgds/xgds_plot
    def clean(self):
        # must call this before start() !
        assert not self.running

        plotUtil.rmIfPossible(self.cacheDir)
        plotUtil.rmIfPossible(self.segmentDir)
コード例 #4
0
ファイル: segmentIndex.py プロジェクト: xgds/xgds_plot
    def clean(self):
        # must call this before start() !
        assert not self.running

        plotUtil.rmIfPossible(self.cacheDir)
        plotUtil.rmIfPossible(self.segmentDir)