Exceptions
This module holds root exception types, as well as mix-ins
that can be subclassed for user code or used in try/except blocks
-
class
support.exceptions.
GLineCache
[source]
same idea as linecache.py module, but uses gevent primitives and thread/greenlet safe
-
getline
(filename, lineno)[source]
-
update
(filename)[source]
-
support.exceptions.
code_list2trace_list
(code_list)[source]
-
support.exceptions.
current_code_list
()[source]
returns a code-list that can be formatted by code_list2trace_list