Package pyechonest :: Module proxies :: Class TrackProxy
[hide private]
[frames] | no frames]

Class TrackProxy

source code


Instance Methods [hide private]
 
__init__(self, identifier, md5, properties)
You should not call this constructor directly, rather use the convenience functions that are in track.py. For example, call track.track_from_filename Let's always get the bucket audio_summary
source code

Inherited from GenericProxy: get_attribute, post_attribute

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, identifier, md5, properties)
(Constructor)

source code 
You should not call this constructor directly, rather use the convenience functions that are in track.py. For example, call track.track_from_filename Let's always get the bucket audio_summary
Overrides: object.__init__