def match_markers(self): if self.markers is not None: return Marker(self.markers).evaluate() else: return True