]> git.parisson.com Git - timeside.git/commit
Add @property decorator to some functions in timeside.analyzer.core
authorThomas Fillon <thomas@parisson.com>
Thu, 10 Oct 2013 13:13:11 +0000 (15:13 +0200)
committerThomas Fillon <thomas@parisson.com>
Thu, 10 Oct 2013 13:13:11 +0000 (15:13 +0200)
commit8d7e5419f0b32fb96edb031e0d5ff1649d984cf0
tree68852b8359d087d216cc6e099a052377527f5dbe
parent0bd492359fd945030d0903c042dd92a5aaee26cb
Add @property decorator to some functions in timeside.analyzer.core

- in Analyzer results() became a property
- modify tests to reflect this change
- add id() and name() as property in AnalyzerResult
tests/test_analyzer_dc.py
tests/test_analyzer_level.py
tests/test_aubio_melenergy.py
tests/test_aubio_mfcc.py
tests/test_aubio_pitch.py
tests/test_aubio_specdesc.py
tests/test_aubio_temporal.py
tests/test_yaafe.py
timeside/analyzer/core.py