Lines Matching refs:Any
68 cls, base: t.Any = "", encoding: t.Optional[str] = None, errors: str = "strict"
101 def __mod__(self, arg: t.Any) -> "te.Self":
200 def escape(cls, s: t.Any) -> "te.Self":
243 def format(self, *args: t.Any, **kwargs: t.Any) -> "te.Self":
248 self, map: t.Mapping[str, t.Any]
263 def __init__(self, escape: t.Callable[[t.Any], Markup]) -> None:
267 def format_field(self, value: t.Any, format_spec: str) -> str:
289 obj: _ListOrDict, iterable: t.Iterable[t.Any], escape: t.Callable[[t.Any], Markup]
304 def __init__(self, obj: t.Any, escape: t.Callable[[t.Any], Markup]) -> None:
308 def __getitem__(self, item: t.Any) -> "te.Self":