Lines Matching defs:bool
195 self, end_tokens: t.Tuple[str, ...], drop_needle: bool = False
330 self, node: _ImportInclude, default: bool
457 self, with_tuple: bool = ..., name_only: "te.Literal[True]" = ...
464 with_tuple: bool = True,
465 name_only: bool = False,
467 with_namespace: bool = False,
473 with_tuple: bool = True,
474 name_only: bool = False,
476 with_namespace: bool = False,
513 def parse_expression(self, with_condexpr: bool = True) -> nodes.Expr:
626 def parse_unary(self, with_filter: bool = True) -> nodes.Expr:
680 simplified: bool = False,
681 with_condexpr: bool = True,
683 explicit_parentheses: bool = False,
870 def ensure(expr: bool) -> None:
919 self, node: t.Optional[nodes.Expr], start_inline: bool = False