class documentation

class CallerStack(list):

View In Hierarchy

Undocumented

Method __bool__ Undocumented
Method __getattr__ Undocumented
Method __init__ Undocumented
Method __nonzero__ Undocumented
Method ​_get​_caller Undocumented
Method ​_pop​_frame Undocumented
Method ​_push​_frame Undocumented
Instance Variable nextcaller Undocumented
def __bool__(self):

Undocumented

def __getattr__(self, key):

Undocumented

def __init__(self):

Undocumented

def __nonzero__(self):

Undocumented

def _get_caller(self):

Undocumented

def _pop_frame(self):

Undocumented

def _push_frame(self):

Undocumented

nextcaller =

Undocumented