$search
Functions | |
def | compact_traceback |
def | get_refcounts |
def | pretty_who_calls |
def | print_top_100 |
def | print_top_N |
def | real_get_refcounts |
def | set_refcount_base |
def | test |
def | who_calls |
def | who_calls_helper |
Variables | |
dictionary | REFCOUNTS = {} |
string | whoCallsError = "whoCallsError" |
def pyclearsilver::who_calls::compact_traceback | ( | ) |
Definition at line 63 of file who_calls.py.
def pyclearsilver::who_calls::get_refcounts | ( | base = None |
) |
Definition at line 119 of file who_calls.py.
def pyclearsilver::who_calls::pretty_who_calls | ( | strip = 0 |
) |
Definition at line 50 of file who_calls.py.
def pyclearsilver::who_calls::print_top_100 | ( | ) |
Definition at line 133 of file who_calls.py.
def pyclearsilver::who_calls::print_top_N | ( | N | ) |
Definition at line 136 of file who_calls.py.
def pyclearsilver::who_calls::real_get_refcounts | ( | base = None , |
||
set_base = 0 | ||||
) |
Definition at line 100 of file who_calls.py.
def pyclearsilver::who_calls::set_refcount_base | ( | ) |
Definition at line 129 of file who_calls.py.
def pyclearsilver::who_calls::test | ( | ) |
Definition at line 20 of file who_calls.py.
def pyclearsilver::who_calls::who_calls | ( | ) |
Definition at line 43 of file who_calls.py.
def pyclearsilver::who_calls::who_calls_helper | ( | ) |
Definition at line 26 of file who_calls.py.
dictionary pyclearsilver::who_calls::REFCOUNTS = {} |
Definition at line 127 of file who_calls.py.
string pyclearsilver::who_calls::whoCallsError = "whoCallsError" |
Definition at line 10 of file who_calls.py.