massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / jmespath / jmespath / functions.pyi
1 from typing import Any
2
3 TYPES_MAP: Any
4 REVERSE_TYPES_MAP: Any
5
6 def signature(*arguments): ...
7
8 class FunctionRegistry(type):
9     def __init__(cls, name, bases, attrs) -> None: ...
10
11 class Functions:
12     FUNCTION_TABLE: Any
13     def call_function(self, function_name, resolved_args): ...