Different
- class Diff
Bases:
Predicate
diff a b -
Represent that a is not equal to b.
Numerical only.
-
NAME:
str
= 'diff'
- classmethod preparse(args)
- classmethod parse(args, dep_graph)
- classmethod check_numerical(statement)
- Return type:
bool
- classmethod check(statement)
Hypothesis : the numercial test is passed
- Return type:
bool
- classmethod why(statement)
Hypothesis : the numercial test is passed This function should only be giving one same dependency, which is the implicit dependency used in the first check success.
- Return type:
- classmethod to_repr(statement)
- Return type:
str
-
NAME: