massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / jmespath / jmespath / __init__.pyi
1 from typing import Any
2
3 from jmespath import parser as parser
4 from jmespath.visitor import Options as Options
5
6 def compile(expression): ...
7 def search(expression, data, options: Any | None = ...): ...