typeshed-client - PyPI
https://pypi.org/project/typeshed-client22.12.2021 · Collecting names from stubs. typeshed_client.parser collects the names defined in a stub. It provides: typeshed_client.get_stub_names(module_name: str, *, search_context: Optional[SearchContext] = None) -> Optional[NameDict] collects the names defined in a module, using the given Python version and platform. It returns a NameDict, a dictionary mapping …
typeshed-client · PyPI
pypi.org › project › typeshed-clientDec 22, 2021 · typeshed_client.parser collects the names defined in a stub. It provides: typeshed_client.get_stub_names (module_name: str, *, search_context: Optional [SearchContext] = None) -> Optional [NameDict] collects the names defined in a module, using the given Python version and platform. It returns a NameDict, a dictionary mapping object names ...