celery.datastructures.html 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  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>Datastructures - celery.datastructures &mdash; Celery v0.1.12 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: '0.1.12',
  13. COLLAPSE_MODINDEX: 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/doctools.js"></script>
  20. <link rel="top" title="Celery v0.1.12 documentation" href="../index.html" />
  21. <link rel="next" title="Logging - celery.log" href="celery.log.html" />
  22. <link rel="prev" title="Configuration - celery.conf" href="celery.conf.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="../modindex.html" title="Global Module Index"
  33. accesskey="M">modules</a> |</li>
  34. <li class="right" >
  35. <a href="celery.log.html" title="Logging - celery.log"
  36. accesskey="N">next</a> |</li>
  37. <li class="right" >
  38. <a href="celery.conf.html" title="Configuration - celery.conf"
  39. accesskey="P">previous</a> |</li>
  40. <li><a href="../index.html">Celery v0.1.12 documentation</a> &raquo;</li>
  41. </ul>
  42. </div>
  43. <div class="document">
  44. <div class="documentwrapper">
  45. <div class="bodywrapper">
  46. <div class="body">
  47. <div class="section" id="datastructures-celery-datastructures">
  48. <h1>Datastructures - celery.datastructures<a class="headerlink" href="#datastructures-celery-datastructures" title="Permalink to this headline">¶</a></h1>
  49. </div>
  50. </div>
  51. </div>
  52. </div>
  53. <div class="sphinxsidebar">
  54. <div class="sphinxsidebarwrapper">
  55. <h4>Previous topic</h4>
  56. <p class="topless"><a href="celery.conf.html"
  57. title="previous chapter">Configuration - celery.conf</a></p>
  58. <h4>Next topic</h4>
  59. <p class="topless"><a href="celery.log.html"
  60. title="next chapter">Logging - celery.log</a></p>
  61. <h3>This Page</h3>
  62. <ul class="this-page-menu">
  63. <li><a href="../sources/reference/celery.datastructures.txt"
  64. rel="nofollow">Show Source</a></li>
  65. </ul>
  66. <div id="searchbox" style="display: none">
  67. <h3>Quick search</h3>
  68. <form class="search" action="../search.html" method="get">
  69. <input type="text" name="q" size="18" />
  70. <input type="submit" value="Go" />
  71. <input type="hidden" name="check_keywords" value="yes" />
  72. <input type="hidden" name="area" value="default" />
  73. </form>
  74. <p class="searchtip" style="font-size: 90%">
  75. Enter search terms or a module, class or function name.
  76. </p>
  77. </div>
  78. <script type="text/javascript">$('#searchbox').show(0);</script>
  79. </div>
  80. </div>
  81. <div class="clearer"></div>
  82. </div>
  83. <div class="related">
  84. <h3>Navigation</h3>
  85. <ul>
  86. <li class="right" style="margin-right: 10px">
  87. <a href="../genindex.html" title="General Index"
  88. >index</a></li>
  89. <li class="right" >
  90. <a href="../modindex.html" title="Global Module Index"
  91. >modules</a> |</li>
  92. <li class="right" >
  93. <a href="celery.log.html" title="Logging - celery.log"
  94. >next</a> |</li>
  95. <li class="right" >
  96. <a href="celery.conf.html" title="Configuration - celery.conf"
  97. >previous</a> |</li>
  98. <li><a href="../index.html">Celery v0.1.12 documentation</a> &raquo;</li>
  99. </ul>
  100. </div>
  101. <div class="footer">
  102. &copy; Copyright 2009, Ask Solem.
  103. Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 0.6.1.
  104. </div>
  105. </body>
  106. </html>