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

Module FastApi::Response

Provides models for the fastapi.Response class and subclasses.

See https://fastapi.tiangolo.com/advanced/custom-response/#response.

Import path

import semmle.python.frameworks.FastApi

Predicates

instance

Gets a reference to an instance of fastapi.Response.

Classes

InstanceSource

A source of instances of fastapi.Response and its’ subclasses, extend this class to model new instances.

RequestHandlerParam

INTERNAL: Do not use.