Lines Matching defs:self

49     def __init__(self,  argument
60 def __init__(self, parser: 'QAPISchemaParser', msg: str): argument
92 def __init__(self, argument
116 def _parse(self) -> None: argument
181 def _add_expr(self, expr: Mapping[str, object], argument
249 def accept(self, skip_comment: bool = True) -> None: argument
357 def get_members(self) -> Dict[str, object]: argument
384 def get_values(self) -> List[object]: argument
401 def get_expr(self) -> _ExprValue: argument
418 def get_doc_line(self) -> Optional[str]: argument
439 def get_doc_indented(self, doc: 'QAPIDoc') -> Optional[str]: argument
471 def get_doc_paragraph(self, doc: 'QAPIDoc') -> Optional[str]: argument
481 def get_doc(self) -> 'QAPIDoc': argument
643 def __str__(self) -> str: argument
649 self, argument
660 def __repr__(self) -> str: argument
663 def append_line(self, line: str) -> None: argument
668 self, argument
677 def connect(self, member: 'QAPISchemaMember') -> None: argument
680 def __init__(self, info: QAPISourceInfo, symbol: Optional[str] = None): argument
702 def end(self) -> None: argument
709 def ensure_untagged_section(self, info: QAPISourceInfo) -> None: argument
727 self, argument
751 self, argument
765 def new_argument(self, info: QAPISourceInfo, name: str) -> None: argument
768 def new_feature(self, info: QAPISourceInfo, name: str) -> None: argument
771 def append_line(self, line: str) -> None: argument
774 def connect_member(self, member: 'QAPISchemaMember') -> None: argument
800 def connect_feature(self, feature: 'QAPISchemaFeature') -> None: argument
807 def ensure_returns(self, info: QAPISourceInfo) -> None: argument
844 def check_expr(self, expr: QAPIExpression) -> None: argument
860 def check(self) -> None: argument