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

Module Aioch

INTERNAL: Do not use.

Provides models for aioch PyPI package (an async-io version of the clickhouse-driver PyPI package).

See https://pypi.org/project/aioch/

Import path

import semmle.python.frameworks.Aioch

Classes

ClientExecuteCall

A call to any of the execute methods on a aioch.Client, which are just async versions of the methods in the clickhouse-driver PyPI package.

Modules

Client

Provides models for aioch.Client class and subclasses.