Lines Matching defs:Any
75 def markup_join(seq: t.Iterable[t.Any]) -> str:
86 def str_join(seq: t.Iterable[t.Any]) -> str:
95 vars: t.Optional[t.Dict[str, t.Any]] = None,
166 parent: t.Dict[str, t.Any],
169 globals: t.Optional[t.MutableMapping[str, t.Any]] = None,
198 def get(self, key: str, default: t.Any = None) -> t.Any:
262 __self, __obj: t.Callable, *args: t.Any, **kwargs: t.Any # noqa: B902
305 def derived(self, locals: t.Optional[t.Dict[str, t.Any]] = None) -> "Context":
539 def changed(self, *value: t.Any) -> bool:
689 def __call__(self, *args: t.Any, **kwargs: t.Any) -> str:
765 async def _async_invoke(self, arguments: t.List[t.Any], autoescape: bool) -> str:
773 def _invoke(self, arguments: t.List[t.Any], autoescape: bool) -> str:
814 obj: t.Any = missing,
847 self, *args: t.Any, **kwargs: t.Any
872 def __eq__(self, other: t.Any) -> bool:
875 def __ne__(self, other: t.Any) -> bool:
936 self, *args: t.Any, **kwargs: t.Any