Home
last modified time | relevance | path

Searched refs:_match_at_name_colon (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/scripts/qapi/
H A Dparser.py436 def _match_at_name_colon(string: str) -> Optional[Match[str]]: member in QAPISchemaParser
458 if self._match_at_name_colon(line):
521 and (match := self._match_at_name_colon(line))):
531 elif match := self._match_at_name_colon(line):
539 and (match := self._match_at_name_colon(line))):
599 if match := self._match_at_name_colon(line):