Lines Matching defs:bool
74 indents: bool = True,
216 def append(self, node: 'Node', insert: bool = False) -> None:
267 def emit_comment_tokens(self, inline: bool = False) -> list[Union[str, CodeCC]]:
290 def append(self, node: Node, insert: bool = False) -> None:
323 def emit(node: Node, comments: bool = False, docs: bool = True) -> str:
440 def __init__(self, value: int, unsigned: bool = False, long: bool = False,
479 out: bool = False, **kwargs) -> None:
497 def __init__(self, value: bool, **kwargs) -> None:
587 def __init__(self, name: str, ty: Type, out: bool = False,
608 static: bool = False, override: bool = False,
609 virtual: bool = False, abstract: bool = False,
610 partial: bool = False,
649 constructor: bool = False,
685 def __init__(self, name: str, get: Union[bool, StmtExpr] = False,
686 set: Union[bool, StmtExpr] = False,
713 def make_body(accessor: Union[bool, Stmt], name: str):
738 breakline: bool = False, **kwargs) -> None:
783 abstract: bool = False, partial: bool = False,
784 struct: bool = False,