Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 2.12 KB

File metadata and controls

27 lines (18 loc) · 2.12 KB

brief_stack_trace()

Writes a shallow stack trace to the log or to print().

If a second argument, either 'log' or 'print', is not provided the default is to print to the default printout stream.

Data signatures
brief_stack_trace( [$${\color{green}None}$$ ǁ $${\color{green}str}$$] )
Call signatures
brief_stack_trace( [Term ǁ Function ǁ Variable ǁ Header] )
Purpose Value
Main focus brief_stack_trace() is a side-effect
Context Qualifier
Match qualifiers onmatch
Value qualifiers onmatch

[Back to index]