[][src]Module rustpython_vm::obj::objtype

Structs

PyClass

Functions

class_get_attr

This is the internal get_attr implementation for fast lookup on a class.

class_has_attr
get_attributes
init
isinstance

Determines if obj actually an instance of cls, this doesn't call instancecheck, so only use this if cls is known to have not overridden the base instancecheck magic method.

issubclass

Determines if subclass is actually a subclass of cls, this doesn't call subclasscheck, so only use this if cls is known to have not overridden the base subclasscheck magic method.

new
type_call
type_new
type_new_class

Type Definitions

PyClassRef