wpiutil functions

wpiutil.getStackTrace(offset: int) str

Get a stack trace, ignoring the first “offset” symbols.

Parameters

offset – The number of symbols at the top of the stack to ignore

wpiutil.getStackTraceDefault(offset: int) str

The default implementation used for GetStackTrace().

Parameters

offset – The number of symbols at the top of the stack to ignore