Home
last modified time | relevance | path

Searched refs:_env_bound (Results 1 - 1 of 1) sorted by relevance

/third_party/jinja2/
H A Denvironment.py62 _env_bound = t.TypeVar("_env_bound", bound="Environment") variable
67 def get_spontaneous_environment(cls: t.Type[_env_bound], *args: t.Any) -> _env_bound:

Completed in 3 milliseconds