Searched hist:"15 c3b863" (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/python/qemu/machine/ |
H A D | machine.py | 15c3b863 Tue Aug 24 03:38:47 CDT 2021 Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com> python:QEMUMachine: template typing for self returning methods
mypy thinks that return value of these methods in subclusses is QEMUMachine, which is wrong. So, make typing smarter.
Suggested-by: John Snow <jsnow@redhat.com> Signed-off-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com> Message-Id: <20210824083856.17408-26-vsementsov@virtuozzo.com> Reviewed-by: Hanna Reitz <hreitz@redhat.com> Signed-off-by: Hanna Reitz <hreitz@redhat.com>
|