コード例 #1
0
ファイル: Tracks_Track.py プロジェクト: sernst/Cadence
    def ignorePace(self):
        """ Getter returns a boolean indicating whether the 'ignorePace'
            analysis flag is set. """

        flags = self.analysisFlags & ~AnalysisFlagsEnum.IGNORE_PACE

        return AnalysisFlagsEnumOps.get(flags, AnalysisFlagsEnum.IGNORE_PACE)