SPRAAK
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
Functions
spr_pydoc_indexer Namespace Reference

Functions

def import_no_pyc
 
def except_no_pyc
 
def extract_tb_no_pyc
 
def main
 

Function Documentation

def spr_pydoc_indexer.import_no_pyc (   name,
  path 
)
def spr_pydoc_indexer.except_no_pyc (   etype,
  value,
  tb 
)
Parameters
etypeunfortunately, error reporting will try to read from '/#'+fname as well, and this will fail, so we remap the error reporting
valueunfortunately, error reporting will try to read from '/#'+fname as well, and this will fail, so we remap the error reporting
tbunfortunately, 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 
)
Parameters
tbscons happens to dump the trace-back using 'traceback', so we have to redefine these functions as well
limscons happens to dump the trace-back using 'traceback', so we have to redefine these functions as well
def spr_pydoc_indexer.main ( )