stubber.rst.lookup ================== .. py:module:: stubber.rst.lookup .. autoapi-nested-parse:: Lookup tables for the rst documentation stubber Attributes ---------- .. autoapisummary:: stubber.rst.lookup.TYPING_IMPORT stubber.rst.lookup.RST_DOC_FIXES stubber.rst.lookup.DOCSTUB_SKIP stubber.rst.lookup.LOOKUP_LIST stubber.rst.lookup.NONE_VERBS stubber.rst.lookup.MODULE_GLUE stubber.rst.lookup.PARAM_FIXES stubber.rst.lookup.PARAM_RE_FIXES stubber.rst.lookup.CHILD_PARENT_CLASS Module Contents --------------- .. py:data:: TYPING_IMPORT :type: List[str] :value: ['from __future__ import annotations', 'from _typeshed import Incomplete', 'from typing import... .. py:data:: RST_DOC_FIXES :type: List[Tuple[str, str]] .. py:data:: DOCSTUB_SKIP :value: ['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 ) .. py:data:: LOOKUP_LIST .. py:data:: NONE_VERBS :value: ['Activate ', 'Build a ', 'Cancel ', 'Clear ', 'Close ', 'cancel ', 'Configure ', 'Connect ',... .. py:data:: MODULE_GLUE .. py:data:: PARAM_FIXES .. py:data:: PARAM_RE_FIXES .. py:data:: CHILD_PARENT_CLASS