MCPcopy Create free account
hub / github.com/microsoft/debugpy / __and__

Method __and__

tests/timeline.py:474–476  ·  view source on GitHub ↗
(self, other)

Source from the content-addressed store, hash-verified

472 return self if other is None else other.after(self)
473
474 def __and__(self, other):
475 assert isinstance(other, Expectation)
476 return AndExpectation(self, other)
477
478 def __or__(self, other):
479 assert isinstance(other, Expectation)

Callers

nothing calls this directly

Calls 1

AndExpectationClass · 0.85

Tested by

no test coverage detected