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

Module ModelEditor

Provides classes and predicates related to handling APIs for the VS Code extension.

Import path

import modeling.ModelEditor

Classes

ClassEndpoint

A class from source code.

Endpoint

An element of the source code to be modeled.

EndpointKind

An string describing the kind of source code element being modeled.

FunctionEndpoint

A callable function or method from source code.

Aliases

FindNeutralModel

A utility module for finding models of endpoints.

FindSinkModel

A utility module for finding models of endpoints.

FindSourceModel

A utility module for finding models of endpoints.

FindSummaryModel

A utility module for finding models of endpoints.