FileTypeHandler for Python. More...


Classes | |
| class | meta |
Public Member Functions | |
| def | GetEnvironment |
| Get the environment to run the python script in. | |
| def | HandleHotSpot |
| Hotspots are error messages, find the file/line of the error in question and open the file to that point in the buffer. | |
Static Public Attributes | |
| tuple | RE_PL_ERR = re.compile(r'\s*([REWCF]):\s*([0-9]+):.*') |
FileTypeHandler for Python.
| def GetEnvironment | ( | self | ) |
Get the environment to run the python script in.
Reimplemented from FileTypeHandler.
| def HandleHotSpot | ( | cls, | |
| mainw, | |||
| outbuffer, | |||
| line, | |||
| fname | |||
| ) |
Hotspots are error messages, find the file/line of the error in question and open the file to that point in the buffer.
Reimplemented from FileTypeHandler.
tuple RE_PL_ERR = re.compile(r'\s*([REWCF]):\s*([0-9]+):.*') [static] |
1.7.6.1