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

Module Tornado::TornadoModule::Web::RequestHandler

Provides models for the tornado.web.RequestHandler class and subclasses.

See https://www.tornadoweb.org/en/stable/web.html#tornado.web.RequestHandler.

Import path

import semmle.python.frameworks.Tornado

Predicates

instance

Gets a reference to an instance of the tornado.web.RequestHandler class or any subclass.

redirectMethod

Gets a reference the redirect method.

subclassRef

Gets a reference to the tornado.web.RequestHandler class or any subclass.

writeMethod

Gets a reference to the write method.

Classes

InstanceSource

A source of instances of the tornado.web.RequestHandler class or any subclass, extend this class to model new instances.

RequestHandlerClass

A RequestHandler class (most likely in project code).

SelfParam

The self parameter in a method on the tornado.web.RequestHandler class or any subclass.