riptable.rt_ledger

Classes

MathLedger

MathLedger class for tracking math calculations and times

class riptable.rt_ledger.MathLedger[source]

Bases: riptable.rt_struct.Struct

MathLedger class for tracking math calculations and times

DOCRC: bool = False
DebugUFunc: bool = False
Verbose: int = 1
VerboseConversion: int = 1
classmethod _ARRAY_UFUNC(func, ufunc, method, *args, **kwargs)[source]
classmethod _ASTYPE(func, dtype, *args, **kwargs)[source]

use numpy astype

classmethod _AS_FA_TYPE(faself, dtypenum, *args, **kwargs)[source]

use multithreaded conversion preserving sentinels

classmethod _AS_FA_TYPE_UNSAFE(faself, dtypenum, *args, **kwargs)[source]

use multithreaded conversion NOT preserving sentinels

classmethod _BASICMATH_ONE_INPUT(tupleargs, fastfunction, final_num)[source]
classmethod _BASICMATH_TWO_INPUTS(tupleargs, fastfunction, final_num)[source]
classmethod _COPY(func, *args, **kwargs)[source]
classmethod _FUNNEL_ALL(func, *args, **kwargs)[source]
classmethod _GETITEM(func, *args)[source]
classmethod _INDEX_BOOL(*args)[source]
classmethod _LCLEAR()[source]
classmethod _LDUMP(dataset=True)[source]
classmethod _LOFF()[source]
classmethod _LON()[source]
classmethod _Ledger()[source]
classmethod _LedgerClear()[source]
classmethod _LedgerDump(dataset=True)[source]
classmethod _LedgerDumpFile(filename)[source]
classmethod _LedgerOff()[source]
classmethod _LedgerOn()[source]
classmethod _MBGET(*args)[source]
classmethod _REDUCE(arg1, reduceFunc)[source]
classmethod _TRACEBACK(func)[source]

print the callback stack to help with debugging