CPython.Protocols.Object

class Object a

class Concrete a

data SomeObject

Types and casting

getType

isInstance

isSubclass

toObject

cast

Attributes

hasAttribute

getAttribute

setAttribute

deleteAttribute

Display and debugging

print

repr

ascii

string

bytes

Callables

callable

call

callArgs

callMethod

callMethodArgs

Misc

data Comparison

richCompare

toBool

hash

dir

getIterator