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

Module ClassValue

Import path

import python

Predicates

attributeError

Get the ClassValue for the AttributeError class.

baseException

Get the ClassValue for the BaseException class.

bool

Get the ClassValue for the bool class.

builtinFunction

Get the ClassValue for the class of builtin functions.

bytes

Get the ClassValue for the bytes class (also called str in Python 2).

classType

Get the ClassValue for ClassType.

classmethod

Get the ClassValue for the classmethod class.

complex

Get the ClassValue for the complex class.

dict

Get the ClassValue for the dict class.

exception

Get the ClassValue for the Exception class.

float_

Get the ClassValue for the float class.

functionType

Get the ClassValue for the class of Python functions.

generator

Get the ClassValue for the generatorType class.

getSetDescriptorType

Get the ClassValue for the GetSetDescriptorType class.

importError

Get the ClassValue for the ImportError class.

indexError

Get the ClassValue for the IndexError class.

instanceType

Get the ClassValue for InstanceType.

int_

Get the ClassValue for the int class.

ioError

Get the ClassValue for the IOError class.

keyError

Get the ClassValue for the KeyError class.

list

Get the ClassValue for the list class.

long

Get the ClassValue for the long class.

lookupError

Get the ClassValue for the LookupError class.

methodDescriptorType

Get the ClassValue for the MethodDescriptorType class.

methodType

Get the ClassValue for the MethodType class.

module_

Get the ClassValue for the class of modules.

nameError

Get the ClassValue for the NameError class.

nonetype

Get the ClassValue for the NoneType class.

notImplementedError

Get the ClassValue for the NotImplementedError class.

object

Get the ClassValue for the object class.

property

Get the ClassValue for the property class.

range

Get the ClassValue for xrange (Python 2), or range (only Python 3)

set

Get the ClassValue for the set class.

staticmethod

Get the ClassValue for the staticmethod class.

stopIteration

Get the ClassValue for the StopIteration class.

str

Get the ClassValue for the str class. This is bytes in Python 2, and str in Python 3.

super_

Get the ClassValue for super.

systemExit

Get the ClassValue for the SystemExit class.

tuple

Get the ClassValue for the tuple class.

type

Get the ClassValue for the type class.

typeError

Get the ClassValue for the TypeError class

unicode

Get the ClassValue for the class of unicode strings. str in Python 3 and unicode in Python 2.

unicodeDecodeError

Get the ClassValue for the UnicodeDecodeError class.

unicodeEncodeError

Get the ClassValue for the UnicodeEncodeError class.