Module Operations
Import path
import semmle.python.Operations
Imports
Classes
Add | An add ( |
And | An |
BinaryExpr | A binary expression, such as |
BitAnd | A bitwise and ( |
BitOr | A bitwise or ( |
BitXor | A bitwise exclusive-or ( |
BoolExpr | A boolean shortcut (and/or) operation |
Boolop | A short circuit boolean operator, and/or |
Cmpop | A comparison operator |
CmpopList | A list of comparison operators in a comparison |
Compare | A comparison operation, such as |
Div | An (true) divide ( |
Eq | An equals ( |
FloorDiv | An floor divide ( |
Gt | A greater than ( |
GtE | A greater than or equals ( |
In | An |
Invert | An invert ( |
Is | An |
IsNot | An |
LShift | A left shift ( |
Lt | A less than ( |
LtE | A less than or equals ( |
MatMult | A matrix multiplication ( |
Mod | A modulo ( |
Mult | A multiplication ( |
Not | A |
NotEq | A not equals ( |
NotIn | An |
Operator | The base class for operators |
Or | An |
Pow | A power ( |
RShift | A right shift ( |
Sub | A subtract ( |
UAdd | A positive ( |
USub | A negation ( |
UnaryExpr | A unary expression: ( |
Unaryop | A unary operator: |