Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
def __or__(self, other):
return MergedAnalyzer(self, or_analyzer=other)
def __and__(self, other):
return MergedAnalyzer(self, and_analyzer=other)