1
0
mirror of https://gitlab.com/libvirt/libvirt-python.git synced 2025-07-28 15:41:52 +03:00

generator: merge python wrapper generator methods

Instead of having three separate methods for generating python
wrappers, merge them all together.

Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
Daniel P. Berrangé
2022-03-24 16:35:13 +00:00
parent c8abe55d4c
commit 3950e1ddd5
2 changed files with 74 additions and 235 deletions

View File

@ -1,4 +1,3 @@
# Manually written part of python bindings for libvirt-qemu
from typing import Any, Callable, Dict, List, IO