update rna_info and rna_rna for better introspection

This commit is contained in:
2009-12-25 14:42:00 +00:00
parent 4f3c477a85
commit 4c5a314fef
4 changed files with 215 additions and 29 deletions

View File

@@ -397,8 +397,8 @@ def rna2epy(BASEPATH):
array_str = get_array_str(length)
if rna_prop.editable: readonly_str = ''
else: readonly_str = ' (readonly)'
if rna_prop.is_readonly: readonly_str = ' (readonly)'
else: readonly_str = ''
if rna_prop_ptr: # Use the pointer type
out.write(ident+ '\t@ivar %s: %s\n' % (rna_prop_identifier, rna_desc))