File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed
Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -479,11 +479,6 @@ def as_invalid(self):
479479 return (self .is_invalid and
480480 any (reason .as_invalid for reason in self ._reason ))
481481
482- @property
483- def as_valid (self ):
484- """True if any one matching record has been found."""
485- return any (reason .as_valid for reason in self ._reason )
486-
487482 @property
488483 def length_invalid (self ):
489484 r"""True if at least one matching record has a miss matching prefix \
@@ -492,11 +487,6 @@ def length_invalid(self):
492487 return (self .is_invalid and
493488 any (reason .length_invalid for reason in self ._reason ))
494489
495- @property
496- def length_valid (self ):
497- """True if any one matching record was found"""
498- return any (reason .length_valid for reason in self ._reason )
499-
500490 @property
501491 def reason (self ):
502492 """List of :class:`.Reason` ."""
You can’t perform that action at this time.
0 commit comments