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