Lines Matching defs:str
50 data: Mapping[str, object],
60 def __init__(self, parser: 'QAPISchemaParser', msg: str):
93 fname: str,
94 previously_included: Optional[Set[str]] = None,
181 def _add_expr(self, expr: Mapping[str, object],
195 def _include(include: str,
197 incl_fname: str,
198 previously_included: Set[str]
221 def _pragma(name: str, value: object, info: QAPISourceInfo) -> None:
223 def check_list_str(name: str, value: object) -> List[str]:
436 def _match_at_name_colon(string: str) -> Optional[Match[str]]:
641 tag: Optional[str] = None):
649 def append_line(self, line: str) -> None:
653 def __init__(self, info: QAPISourceInfo, tag: str):
660 def __init__(self, info: QAPISourceInfo, symbol: Optional[str] = None):
697 def new_tagged_section(self, info: QAPISourceInfo, tag: str) -> None:
717 def _new_description(self, info: QAPISourceInfo, name: str,
718 desc: Dict[str, ArgSection]) -> None:
727 def new_argument(self, info: QAPISourceInfo, name: str) -> None:
730 def new_feature(self, info: QAPISourceInfo, name: str) -> None:
733 def append_line(self, line: str) -> None:
773 args: Dict[str, QAPIDoc.ArgSection], what: str