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]]:
651 def from_string(kind: str) -> 'QAPIDoc.Kind':
674 def append_line(self, line: str) -> None:
682 name: str
691 def __init__(self, info: QAPISourceInfo, symbol: Optional[str] = None):
764 name: str,
766 desc: Dict[str, ArgSection]
776 def new_argument(self, info: QAPISourceInfo, name: str) -> None:
779 def new_feature(self, info: QAPISourceInfo, name: str) -> None:
782 def append_line(self, line: str) -> None:
837 args: Dict[str, QAPIDoc.ArgSection], what: str