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

Module Instances

Import path

import semmle.python.objects.Instances

Imports

Classes

InstanceObject

A class representing instances

SelfInstanceInternal

A class representing context-free instances represented by self in the source code

SpecificInstanceInternal

A class representing instances instantiated at a specific point in the program (statically) For example the code C() would be a specific instance of C.

SuperInstance

A class representing an instance of the super class

UnknownInstanceInternal

A class representing a value that has a known class, but no other information