stubber.rst.lookup

this is an list with manual overrides for function returns that could not efficiently be determined from their docstring description Format: a dictionary with : - key = module.[class.]function name - value : two-tuple with ( return type , priority )

Module Contents

stubber.rst.lookup.RST_DOC_FIXES = [['.. method:: match.', '.. method:: Match.'], ['            match.end', '           ...
stubber.rst.lookup.LOOKUP_LIST
stubber.rst.lookup.NONE_VERBS = ['Activate ', 'Build a ', 'Cancel ', 'Clear ', 'Close ', 'cancel ', 'Configure ', 'Connect ',...
stubber.rst.lookup.MODULE_GLUE
stubber.rst.lookup.PARAM_FIXES = [['\\*', '*'], ['\\**', '*'], ['/*', '*'], ["'param'", 'param'], ['(adcx, adcy, ...), (bufx,...
stubber.rst.lookup.CHILD_PARENT_CLASS