mirror of
https://gitlab.com/libvirt/libvirt-python.git
synced 2025-08-04 12:21:57 +03:00
@ -1095,7 +1095,7 @@ def is_python_noninteger_type (name):
|
||||
return name[-1:] == "*"
|
||||
|
||||
def nameFixup(name, classe, type, file):
|
||||
# avoid a desastrous clash
|
||||
# avoid a disastrous clash
|
||||
listname = classe + "List"
|
||||
ll = len(listname)
|
||||
l = len(classe)
|
||||
|
Reference in New Issue
Block a user