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