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

Module StdlibPrivate::BaseHttpRequestHandler

Import path

import semmle.python.frameworks.Stdlib

Predicates

instance

Gets a reference to an instance of the BaseHttpRequestHandler class or any subclass.

subclassRef

Gets a reference to the BaseHttpRequestHandler class or any subclass.

Classes

HttpRequestHandlerClassDef

A HttpRequestHandler class definition (most likely in project code).

InstanceSource

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