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.U_MODULES = ['os', 'time', 'array', 'binascii', 'io', 'json', 'select', 'socket', 'ssl', 'struct', 'zlib']
stubber.rst.lookup.RST_DOC_FIXES = [['.. method:: match.', '.. method:: Match.'], ['            match.end', '           ...
stubber.rst.lookup.DOCSTUB_SKIP = ['uasyncio.rst', 'builtins.rst', 're.rst']
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'], ['lambda', 'lambda_fn'],...
stubber.rst.lookup.CHILD_PARENT_CLASS