Lines Matching refs:str
24 self.command_name_exceptions: List[str] = []
26 self.command_returns_exceptions: List[str] = []
28 self.documentation_exceptions: List[str] = []
30 self.member_name_exceptions: List[str] = []
36 def __init__(self, fname: str, parent: Optional['QAPISourceInfo']): argument
43 self.defn_meta: Optional[str] = None
44 self.defn_name: Optional[str] = None
46 def set_defn(self, meta: str, name: str) -> None: argument
55 def loc(self) -> str:
58 def in_defn(self) -> str:
64 def include_path(self) -> str:
72 def __str__(self) -> str: