Python/traceback

Search:
Group by:
Source   Edit  

Types

PyTracebackObject = ref object of PyObject
  tb_lineno*: PyIntObject
Source   Edit  

Lets

pyTracebackObjectType {.inject.} = newPyType("traceback", pyObjectType)
Source   Edit  

Procs

proc newPyTraceback(t: TraceBack): PyTracebackObject {....raises: [],
    tags: [RootEffect], forbids: [].}
Source   Edit  
proc newPyTracebackSimple(): PyTracebackObject {.cdecl, ...raises: [],
    tags: [RootEffect], forbids: [].}
Source   Edit  
proc ofExactPyTracebackObject(obj`gensym14: PyObject): bool {.cdecl, inline,
    ...raises: [], tags: [], forbids: [].}
Source   Edit  
proc ofPyTracebackObject(obj`gensym14: PyObject): bool {.cdecl, inline,
    ...raises: [], tags: [], forbids: [].}
Source   Edit  
proc printTb(excp: PyExceptionObject) {....raises: [KeyError, IOError],
                                        tags: [RootEffect, WriteIOEffect],
                                        forbids: [].}
Source   Edit