Module Comparisons
Provides classes representing comparison operators.
Import path
import semmle.python.Comparisons
Imports
Predicates
Classes
CompareOp | A class representing the six comparison operators, ==, !=, <, <=, > and >=. |
Comparison | A comparison which can be simplified to the canonical form |
ComparisonControlBlock | A basic block which terminates in a condition, splitting the subsequent control flow, in which the condition is an instance of |