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

Module Django::Forms::Form

Provides models for the django.forms.forms.BaseForm class and subclasses. This is usually used by the django.forms.forms.Form class, which is also available under the more commonly used alias django.forms.Form.

See https://docs.djangoproject.com/en/3.1/ref/forms/api/

Import path

import semmle.python.frameworks.Django

Predicates

subclassRef

Gets a reference to the django.forms.forms.BaseForm class or any subclass.

Classes

ModeledSubclass

An API::Node representing the django.forms.forms.BaseForm class or any subclass that has explicitly been modeled in the CodeQL libraries.