massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / coc-python-data / languageServer.0.5.59 / Typeshed / third_party / 2and3 / jinja2 / meta.pyi
1 from typing import Any\r
2 from jinja2.compiler import CodeGenerator\r
3 \r
4 class TrackingCodeGenerator(CodeGenerator):\r
5     undeclared_identifiers = ...  # type: Any\r
6     def __init__(self, environment) -> None: ...\r
7     def write(self, x): ...\r
8     def pull_locals(self, frame): ...\r
9 \r
10 def find_undeclared_variables(ast): ...\r
11 def find_referenced_templates(ast): ...\r