mirror of
https://github.com/iluvcapra/wavinfo.git
synced 2026-01-01 09:20:40 +00:00
Formatting, refactoring, __repr__
This commit is contained in:
@@ -78,3 +78,8 @@ class WavInfoChunkReader:
|
||||
'subject': self.subject,
|
||||
'technician': self.technician
|
||||
}
|
||||
|
||||
def __repr__(self):
|
||||
return_val = self.to_dict()
|
||||
return_val.update({'encoding', self.encoding})
|
||||
return str(return_val)
|
||||
|
||||
Reference in New Issue
Block a user