Lines Matching defs:bool
302 trim_blocks: bool = TRIM_BLOCKS,
303 lstrip_blocks: bool = LSTRIP_BLOCKS,
305 keep_trailing_newline: bool = KEEP_TRAILING_NEWLINE,
307 optimized: bool = True,
310 autoescape: t.Union[bool, t.Callable[[t.Optional[str]], bool]] = False, argument
313 auto_reload: bool = True,
315 enable_async: bool = False,
394 trim_blocks: bool = missing,
395 lstrip_blocks: bool = missing,
397 keep_trailing_newline: bool = missing,
399 optimized: bool = missing,
402 autoescape: t.Union[bool, t.Callable[[t.Optional[str]], bool]] = missing, argument
405 auto_reload: bool = missing,
407 enable_async: bool = False,
501 is_filter: bool,
682 defer_init: bool = False,
713 defer_init: bool = False,
724 defer_init: bool = False,
734 raw: bool = False,
735 defer_init: bool = False,
771 self, source: str, undefined_to_none: bool = True
819 filter_func: t.Optional[t.Callable[[str], bool]] = None, argument
822 ignore_errors: bool = True,
896 filter_func: t.Optional[t.Callable[[str], bool]] = None, argument
1172 trim_blocks: bool = TRIM_BLOCKS,
1173 lstrip_blocks: bool = LSTRIP_BLOCKS,
1175 keep_trailing_newline: bool = KEEP_TRAILING_NEWLINE,
1177 optimized: bool = True,
1180 autoescape: t.Union[bool, t.Callable[[t.Optional[str]], bool]] = False, argument
1181 enable_async: bool = False,
1216 uptodate: t.Optional[t.Callable[[], bool]] = None, argument
1378 shared: bool = False,
1395 shared: bool = False,
1410 shared: bool = False,
1561 def __init__(self, template: Template, undefined_to_none: bool) -> None: