stubber.rst.lookup

Lookup tables for the rst documentation stubber

Attributes

TYPING_IMPORT

RST_DOC_FIXES

DOCSTUB_SKIP

this is an list with manual overrides for function returns that could not efficiently be determined

LOOKUP_LIST

NONE_VERBS

MODULE_GLUE

PARAM_FIXES

PARAM_RE_FIXES

CHILD_PARENT_CLASS

Module Contents

stubber.rst.lookup.TYPING_IMPORT: List[str] = ['from __future__ import annotations', 'from _typeshed import Incomplete', 'from typing import...
stubber.rst.lookup.RST_DOC_FIXES: List[Tuple[str, str]]
stubber.rst.lookup.DOCSTUB_SKIP = ['uasyncio.rst', 'builtins.rst', 're.rst']

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 )

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
stubber.rst.lookup.PARAM_RE_FIXES
stubber.rst.lookup.CHILD_PARENT_CLASS