make annotations sequenceable from python
authorDiane Trout <diane@caltech.edu>
Thu, 6 Sep 2007 22:44:54 +0000 (22:44 +0000)
committerDiane Trout <diane@caltech.edu>
Thu, 6 Sep 2007 22:44:54 +0000 (22:44 +0000)
commitb2b25b0aeb07c0a77e5a552ae0c29238578442ea
treef5909f036f2a9c773f75aff7dab0d2e9138f251c
parentc417e847eccd0af3bf9dfed0bc252115bbbf3d83
make annotations sequenceable from python
e.g. l = [ x for x in mussa.annotations("value")
returns [('name', 'value')
py/annotations.cpp
py/test/TestAnnotations.py