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

Module FastApi

INTERNAL: Do not use.

Provides models for the fastapi PyPI package. See https://fastapi.tiangolo.com/.

Import path

import semmle.python.frameworks.FastApi

Modules

ApiRouter

Provides models for the fastapi.APIRouter class

App

Provides models for FastAPI applications (an instance of fastapi.FastAPI).

Response

Provides models for the fastapi.Response class and subclasses.