pyclearsilver::cgitb::Frame Class Reference
List of all members.
Detailed Description
Analyze and format single frame in a traceback
Definition at line 187 of file cgitb.py.
Member Function Documentation
def pyclearsilver::cgitb::Frame::__init__ |
( |
|
self, |
|
|
|
frame, |
|
|
|
file, |
|
|
|
lnum, |
|
|
|
func, |
|
|
|
lines, |
|
|
|
index | |
|
) |
| | |
def pyclearsilver::cgitb::Frame::format |
( |
|
self, |
|
|
|
formatter | |
|
) |
| | |
def pyclearsilver::cgitb::Frame::formatArguments |
( |
|
self |
) |
|
Return formated arguments list
Definition at line 223 of file cgitb.py.
def pyclearsilver::cgitb::Frame::formatCall |
( |
|
self |
) |
|
def pyclearsilver::cgitb::Frame::formatContext |
( |
|
self, |
|
|
|
highlight | |
|
) |
| | |
Return formatted context, next call highlighted
Definition at line 235 of file cgitb.py.
def pyclearsilver::cgitb::Frame::formatFile |
( |
|
self |
) |
|
Return formatted file link
Definition at line 216 of file cgitb.py.
def pyclearsilver::cgitb::Frame::formatNameValue |
( |
|
self, |
|
|
|
name, |
|
|
|
where, |
|
|
|
value | |
|
) |
| | |
Format variable name and value according to scope
Definition at line 265 of file cgitb.py.
def pyclearsilver::cgitb::Frame::formatVariables |
( |
|
self, |
|
|
|
vars | |
|
) |
| | |
Return formatted variables
Definition at line 251 of file cgitb.py.
def pyclearsilver::cgitb::Frame::lookup |
( |
|
self, |
|
|
|
name | |
|
) |
| | |
Return the scope and the value of name
Definition at line 318 of file cgitb.py.
def pyclearsilver::cgitb::Frame::scan |
( |
|
self |
) |
|
Scan frame for vars while setting highlight line
Definition at line 279 of file cgitb.py.
def pyclearsilver::cgitb::Frame::scanVariables |
( |
|
self, |
|
|
|
reader | |
|
) |
| | |
Lookup variables in one logical Python line
Definition at line 293 of file cgitb.py.
def pyclearsilver::cgitb::Frame::unsafe_name |
( |
|
self, |
|
|
|
name | |
|
) |
| | |
Member Data Documentation
The documentation for this class was generated from the following file: