mirror of
https://gitlab.com/libvirt/libvirt-python.git
synced 2025-07-22 20:59:34 +03:00
* TODO: updated
* docs/search.php: use the new web site design * python/generator.py: fix a generation bug on python keyword Daniel
This commit is contained in:
@ -134,6 +134,8 @@ class docParser:
|
||||
self.function_arg_info = None
|
||||
if attrs.has_key('name'):
|
||||
self.function_arg_name = attrs['name']
|
||||
if self.function_arg_name == 'from':
|
||||
self.function_arg_name = 'frm'
|
||||
if attrs.has_key('type'):
|
||||
self.function_arg_type = attrs['type']
|
||||
if attrs.has_key('info'):
|
||||
|
Reference in New Issue
Block a user