CodeQL library for Python
codeql/python-all 0.11.15-dev (changelog, source)
Search

Class Operator

The base class for operators

Import path

import python

Direct supertypes

Indirect supertypes

Known direct subtypes

Predicates

getSpecialMethodName

Gets the name of the special method used to implement this operator

Inherited predicates

getParent

Gets a parent of this operator

from Operator_
toString

Gets a textual representation of this element.

from Operator_