/src/pyechonest/doc/build/html/proxies.html

http://echo-nest-remix.googlecode.com/ · HTML · 220 lines · 190 code · 30 blank · 0 comment · 0 complexity · d4a8957755da5b5b068c27079b018701 MD5 · raw file

  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4. <head>
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  6. <title>Proxies – object proxies &mdash; pyechonest v4 documentation</title>
  7. <link rel="stylesheet" href="_static/default.css" type="text/css" />
  8. <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
  9. <script type="text/javascript">
  10. var DOCUMENTATION_OPTIONS = {
  11. URL_ROOT: '',
  12. VERSION: '4',
  13. COLLAPSE_INDEX: false,
  14. FILE_SUFFIX: '.html',
  15. HAS_SOURCE: true
  16. };
  17. </script>
  18. <script type="text/javascript" src="_static/jquery.js"></script>
  19. <script type="text/javascript" src="_static/underscore.js"></script>
  20. <script type="text/javascript" src="_static/doctools.js"></script>
  21. <link rel="top" title="pyechonest v4 documentation" href="index.html" />
  22. <link rel="prev" title="Config – configuration file" href="config.html" />
  23. </head>
  24. <body>
  25. <div class="related">
  26. <h3>Navigation</h3>
  27. <ul>
  28. <li class="right" style="margin-right: 10px">
  29. <a href="genindex.html" title="General Index"
  30. accesskey="I">index</a></li>
  31. <li class="right" >
  32. <a href="py-modindex.html" title="Python Module Index"
  33. >modules</a> |</li>
  34. <li class="right" >
  35. <a href="config.html" title="Config – configuration file"
  36. accesskey="P">previous</a> |</li>
  37. <li><a href="index.html">pyechonest v4 documentation</a> &raquo;</li>
  38. </ul>
  39. </div>
  40. <div class="document">
  41. <div class="documentwrapper">
  42. <div class="bodywrapper">
  43. <div class="body">
  44. <div class="section" id="module-pyechonest.proxies">
  45. <span id="proxies-object-proxies"></span><h1>Proxies &#8211; object proxies<a class="headerlink" href="#module-pyechonest.proxies" title="Permalink to this headline">ś</a></h1>
  46. <p>Copyright (c) 2010 The Echo Nest. All rights reserved.
  47. Created by Tyler Williams on 2010-04-25.</p>
  48. <dl class="class">
  49. <dt id="pyechonest.proxies.ArtistProxy">
  50. <em class="property">class </em><tt class="descclassname">pyechonest.proxies.</tt><tt class="descname">ArtistProxy</tt><big>(</big><em>identifier</em>, <em>buckets=None</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#pyechonest.proxies.ArtistProxy" title="Permalink to this definition">ś</a></dt>
  51. <dd><dl class="method">
  52. <dt id="pyechonest.proxies.ArtistProxy.__init__">
  53. <tt class="descname">__init__</tt><big>(</big><em>identifier</em>, <em>buckets=None</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#pyechonest.proxies.ArtistProxy.__init__" title="Permalink to this definition">ś</a></dt>
  54. <dd></dd></dl>
  55. <dl class="method">
  56. <dt id="pyechonest.proxies.ArtistProxy.get_attribute">
  57. <tt class="descname">get_attribute</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#pyechonest.proxies.ArtistProxy.get_attribute" title="Permalink to this definition">ś</a></dt>
  58. <dd></dd></dl>
  59. </dd></dl>
  60. <dl class="class">
  61. <dt id="pyechonest.proxies.CatalogProxy">
  62. <em class="property">class </em><tt class="descclassname">pyechonest.proxies.</tt><tt class="descname">CatalogProxy</tt><big>(</big><em>identifier</em>, <em>type</em>, <em>buckets=None</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#pyechonest.proxies.CatalogProxy" title="Permalink to this definition">ś</a></dt>
  63. <dd><dl class="method">
  64. <dt id="pyechonest.proxies.CatalogProxy.__init__">
  65. <tt class="descname">__init__</tt><big>(</big><em>identifier</em>, <em>type</em>, <em>buckets=None</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#pyechonest.proxies.CatalogProxy.__init__" title="Permalink to this definition">ś</a></dt>
  66. <dd></dd></dl>
  67. <dl class="method">
  68. <dt id="pyechonest.proxies.CatalogProxy.get_attribute">
  69. <tt class="descname">get_attribute</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#pyechonest.proxies.CatalogProxy.get_attribute" title="Permalink to this definition">ś</a></dt>
  70. <dd></dd></dl>
  71. <dl class="method">
  72. <dt id="pyechonest.proxies.CatalogProxy.get_attribute_simple">
  73. <tt class="descname">get_attribute_simple</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#pyechonest.proxies.CatalogProxy.get_attribute_simple" title="Permalink to this definition">ś</a></dt>
  74. <dd></dd></dl>
  75. <dl class="method">
  76. <dt id="pyechonest.proxies.CatalogProxy.post_attribute">
  77. <tt class="descname">post_attribute</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#pyechonest.proxies.CatalogProxy.post_attribute" title="Permalink to this definition">ś</a></dt>
  78. <dd></dd></dl>
  79. </dd></dl>
  80. <dl class="class">
  81. <dt id="pyechonest.proxies.GenericProxy">
  82. <em class="property">class </em><tt class="descclassname">pyechonest.proxies.</tt><tt class="descname">GenericProxy</tt><a class="headerlink" href="#pyechonest.proxies.GenericProxy" title="Permalink to this definition">ś</a></dt>
  83. <dd><dl class="method">
  84. <dt id="pyechonest.proxies.GenericProxy.__init__">
  85. <tt class="descname">__init__</tt><big>(</big><big>)</big><a class="headerlink" href="#pyechonest.proxies.GenericProxy.__init__" title="Permalink to this definition">ś</a></dt>
  86. <dd></dd></dl>
  87. <dl class="method">
  88. <dt id="pyechonest.proxies.GenericProxy.get_attribute">
  89. <tt class="descname">get_attribute</tt><big>(</big><em>method_name</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#pyechonest.proxies.GenericProxy.get_attribute" title="Permalink to this definition">ś</a></dt>
  90. <dd></dd></dl>
  91. <dl class="method">
  92. <dt id="pyechonest.proxies.GenericProxy.post_attribute">
  93. <tt class="descname">post_attribute</tt><big>(</big><em>method_name</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#pyechonest.proxies.GenericProxy.post_attribute" title="Permalink to this definition">ś</a></dt>
  94. <dd></dd></dl>
  95. </dd></dl>
  96. <dl class="class">
  97. <dt id="pyechonest.proxies.PlaylistProxy">
  98. <em class="property">class </em><tt class="descclassname">pyechonest.proxies.</tt><tt class="descname">PlaylistProxy</tt><big>(</big><em>session_id</em>, <em>buckets=None</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#pyechonest.proxies.PlaylistProxy" title="Permalink to this definition">ś</a></dt>
  99. <dd><dl class="method">
  100. <dt id="pyechonest.proxies.PlaylistProxy.__init__">
  101. <tt class="descname">__init__</tt><big>(</big><em>session_id</em>, <em>buckets=None</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#pyechonest.proxies.PlaylistProxy.__init__" title="Permalink to this definition">ś</a></dt>
  102. <dd></dd></dl>
  103. <dl class="method">
  104. <dt id="pyechonest.proxies.PlaylistProxy.get_attribute">
  105. <tt class="descname">get_attribute</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#pyechonest.proxies.PlaylistProxy.get_attribute" title="Permalink to this definition">ś</a></dt>
  106. <dd></dd></dl>
  107. </dd></dl>
  108. <dl class="class">
  109. <dt id="pyechonest.proxies.ResultList">
  110. <em class="property">class </em><tt class="descclassname">pyechonest.proxies.</tt><tt class="descname">ResultList</tt><big>(</big><em>li</em>, <em>start=0</em>, <em>total=0</em><big>)</big><a class="headerlink" href="#pyechonest.proxies.ResultList" title="Permalink to this definition">ś</a></dt>
  111. <dd><dl class="method">
  112. <dt id="pyechonest.proxies.ResultList.__init__">
  113. <tt class="descname">__init__</tt><big>(</big><em>li</em>, <em>start=0</em>, <em>total=0</em><big>)</big><a class="headerlink" href="#pyechonest.proxies.ResultList.__init__" title="Permalink to this definition">ś</a></dt>
  114. <dd></dd></dl>
  115. </dd></dl>
  116. <dl class="class">
  117. <dt id="pyechonest.proxies.SongProxy">
  118. <em class="property">class </em><tt class="descclassname">pyechonest.proxies.</tt><tt class="descname">SongProxy</tt><big>(</big><em>identifier</em>, <em>buckets=None</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#pyechonest.proxies.SongProxy" title="Permalink to this definition">ś</a></dt>
  119. <dd><dl class="method">
  120. <dt id="pyechonest.proxies.SongProxy.__init__">
  121. <tt class="descname">__init__</tt><big>(</big><em>identifier</em>, <em>buckets=None</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#pyechonest.proxies.SongProxy.__init__" title="Permalink to this definition">ś</a></dt>
  122. <dd></dd></dl>
  123. <dl class="method">
  124. <dt id="pyechonest.proxies.SongProxy.get_attribute">
  125. <tt class="descname">get_attribute</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#pyechonest.proxies.SongProxy.get_attribute" title="Permalink to this definition">ś</a></dt>
  126. <dd></dd></dl>
  127. </dd></dl>
  128. <dl class="class">
  129. <dt id="pyechonest.proxies.TrackProxy">
  130. <em class="property">class </em><tt class="descclassname">pyechonest.proxies.</tt><tt class="descname">TrackProxy</tt><big>(</big><em>identifier</em>, <em>md5</em>, <em>properties</em><big>)</big><a class="headerlink" href="#pyechonest.proxies.TrackProxy" title="Permalink to this definition">ś</a></dt>
  131. <dd><dl class="method">
  132. <dt id="pyechonest.proxies.TrackProxy.__init__">
  133. <tt class="descname">__init__</tt><big>(</big><em>identifier</em>, <em>md5</em>, <em>properties</em><big>)</big><a class="headerlink" href="#pyechonest.proxies.TrackProxy.__init__" title="Permalink to this definition">ś</a></dt>
  134. <dd><p>You should not call this constructor directly, rather use the convenience functions
  135. that are in track.py. For example, call track.track_from_filename
  136. Let&#8217;s always get the bucket <cite>audio_summary</cite></p>
  137. </dd></dl>
  138. </dd></dl>
  139. </div>
  140. </div>
  141. </div>
  142. </div>
  143. <div class="sphinxsidebar">
  144. <div class="sphinxsidebarwrapper">
  145. <h4>Previous topic</h4>
  146. <p class="topless"><a href="config.html"
  147. title="previous chapter">Config &#8211; configuration file</a></p>
  148. <h3>This Page</h3>
  149. <ul class="this-page-menu">
  150. <li><a href="_sources/proxies.txt"
  151. rel="nofollow">Show Source</a></li>
  152. </ul>
  153. <div id="searchbox" style="display: none">
  154. <h3>Quick search</h3>
  155. <form class="search" action="search.html" method="get">
  156. <input type="text" name="q" size="18" />
  157. <input type="submit" value="Go" />
  158. <input type="hidden" name="check_keywords" value="yes" />
  159. <input type="hidden" name="area" value="default" />
  160. </form>
  161. <p class="searchtip" style="font-size: 90%">
  162. Enter search terms or a module, class or function name.
  163. </p>
  164. </div>
  165. <script type="text/javascript">$('#searchbox').show(0);</script>
  166. </div>
  167. </div>
  168. <div class="clearer"></div>
  169. </div>
  170. <div class="related">
  171. <h3>Navigation</h3>
  172. <ul>
  173. <li class="right" style="margin-right: 10px">
  174. <a href="genindex.html" title="General Index"
  175. >index</a></li>
  176. <li class="right" >
  177. <a href="py-modindex.html" title="Python Module Index"
  178. >modules</a> |</li>
  179. <li class="right" >
  180. <a href="config.html" title="Config – configuration file"
  181. >previous</a> |</li>
  182. <li><a href="index.html">pyechonest v4 documentation</a> &raquo;</li>
  183. </ul>
  184. </div>
  185. <div class="footer">
  186. &copy; Copyright 2010, The Echo Nest.
  187. Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.5.
  188. </div>
  189. </body>
  190. </html>