mirror of
https://github.com/iluvcapra/wavinfo.git
synced 2025-12-31 17:00:41 +00:00
Update wave_ixml_reader.py
This commit is contained in:
@@ -27,6 +27,13 @@ class WavIXMLFormat:
|
||||
if e is not None:
|
||||
return e.text
|
||||
|
||||
@property
|
||||
def raw_xml(self):
|
||||
"""
|
||||
The root entity of the iXML document.
|
||||
"""
|
||||
return self.parsed
|
||||
|
||||
@property
|
||||
def project(self):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user