aboutsummaryrefslogtreecommitdiff
path: root/scripts/qapi/error.py
AgeCommit message (Expand)Author
2021-04-30qapi/error: Add type hintsJohn Snow
2021-04-30qapi/error.py: move QAPIParseError to parser.pyJohn Snow
2021-04-30qapi/error: assert QAPISourceInfo is not NoneJohn Snow
2021-04-30qapi/error: Make QAPISourceError 'col' parameter optionalJohn Snow
2021-04-30qapi/error: Use Python3-style super()John Snow
2021-04-30qapi/error: Repurpose QAPIError as an abstract base exception classJohn Snow
2020-03-05qapi: Use super() now we have Python 3Markus Armbruster
2019-10-22qapi: Split up scripts/qapi/common.pyMarkus Armbruster