Content deleted Content added
No edit summary |
|||
Line 241:
def __call__(self, candidate: Any) -> bool:
def __and__(self, other: "BaseSpecification") -> "AndSpecification":
|
No edit summary |
|||
Line 241:
def __call__(self, candidate: Any) -> bool:
def __and__(self, other: "BaseSpecification") -> "AndSpecification":
|