update rna_info and rna_rna for better introspection
This commit is contained in:
@@ -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))
|
||||
|
Reference in New Issue
Block a user