We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fa645c commit a30d789Copy full SHA for a30d789
1 file changed
odml/section.py
@@ -236,6 +236,12 @@ def properties(self):
236
""" The list of all properties contained in this section """
237
return self._props
238
239
+ @property
240
+ def props(self):
241
+ """ The list of all properties contained in this section;
242
+ NIXpy format style alias for 'properties'."""
243
+ return self._props
244
+
245
@property
246
def sections(self):
247
""" The list of all child-sections of this section """
0 commit comments