wpiutil functions

wpiutil.getStackTrace(offset: SupportsInt | SupportsIndex) 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: SupportsInt | SupportsIndex) str

The default implementation used for GetStackTrace().

Parameters:

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