Lines Matching refs:QAPISchemaIfCond
49 class QAPISchemaIfCond: class
123 ifcond: Optional[QAPISchemaIfCond] = None, argument
131 self._ifcond = ifcond or QAPISchemaIfCond()
156 def ifcond(self) -> QAPISchemaIfCond:
194 ifcond: QAPISchemaIfCond, argument
205 ifcond: QAPISchemaIfCond, argument
214 ifcond: QAPISchemaIfCond, argument
226 ifcond: QAPISchemaIfCond, argument
237 ifcond: QAPISchemaIfCond, argument
247 ifcond: QAPISchemaIfCond, argument
264 ifcond: QAPISchemaIfCond, argument
420 ifcond: Optional[QAPISchemaIfCond], argument
489 def ifcond(self) -> QAPISchemaIfCond:
523 ifcond: Optional[QAPISchemaIfCond], argument
652 ifcond: Optional[QAPISchemaIfCond], argument
854 ifcond: Optional[QAPISchemaIfCond] = None, argument
858 self.ifcond = ifcond or QAPISchemaIfCond()
918 ifcond: Optional[QAPISchemaIfCond] = None, argument
950 ifcond: Optional[QAPISchemaIfCond] = None, argument
987 ifcond: QAPISchemaIfCond, argument
1000 ifcond: QAPISchemaIfCond, argument
1082 ifcond: QAPISchemaIfCond, argument
1284 QAPISchemaIfCond(f.get('if')))
1295 QAPISchemaIfCond(ifcond),
1318 ifcond: QAPISchemaIfCond, argument
1341 ifcond = QAPISchemaIfCond(expr.get('if'))
1352 ifcond: QAPISchemaIfCond, argument
1372 QAPISchemaIfCond(value.get('if')),
1381 ifcond = QAPISchemaIfCond(expr.get('if'))
1392 ifcond: QAPISchemaIfCond, argument
1407 ifcond = QAPISchemaIfCond(expr.get('if'))
1415 QAPISchemaIfCond(value.get('if')),
1429 ifcond = QAPISchemaIfCond(expr.get('if'))
1434 QAPISchemaIfCond(value.get('if')),
1453 ifcond = QAPISchemaIfCond(expr.get('if'))
1472 ifcond = QAPISchemaIfCond(expr.get('if'))