SPRAAK
|
Functions | |
def | import_no_pyc |
def | except_no_pyc |
def | extract_tb_no_pyc |
def | main |
def spr_pydoc_indexer.import_no_pyc | ( | name, | |
path | |||
) |
def spr_pydoc_indexer.except_no_pyc | ( | etype, | |
value, | |||
tb | |||
) |
etype | unfortunately, error reporting will try to read from '/#'+fname as well, and this will fail, so we remap the error reporting |
value | unfortunately, error reporting will try to read from '/#'+fname as well, and this will fail, so we remap the error reporting |
tb | unfortunately, error reporting will try to read from '/#'+fname as well, and this will fail, so we remap the error reporting |
def spr_pydoc_indexer.extract_tb_no_pyc | ( | tb, | |
lim = None |
|||
) |
tb | scons happens to dump the trace-back using 'traceback', so we have to redefine these functions as well |
lim | scons happens to dump the trace-back using 'traceback', so we have to redefine these functions as well |
def spr_pydoc_indexer.main | ( | ) |