Lines Matching defs:bool
195 self, end_tokens: t.Tuple[str, ...], drop_needle: bool = False
332 self, node: _ImportInclude, default: bool
459 self, with_tuple: bool = ..., name_only: "te.Literal[True]" = ...
466 with_tuple: bool = True,
467 name_only: bool = False,
469 with_namespace: bool = False,
475 with_tuple: bool = True,
476 name_only: bool = False,
478 with_namespace: bool = False,
515 def parse_expression(self, with_condexpr: bool = True) -> nodes.Expr:
628 def parse_unary(self, with_filter: bool = True) -> nodes.Expr:
682 simplified: bool = False,
683 with_condexpr: bool = True,
685 explicit_parentheses: bool = False,
872 def ensure(expr: bool) -> None:
921 self, node: t.Optional[nodes.Expr], start_inline: bool = False