PageRenderTime 34ms CodeModel.GetById 12ms RepoModel.GetById 0ms app.codeStats 0ms

/docs/1.2.3/generated/cf.cellle.html

https://bitbucket.org/cfpython/cfpython.bitbucket.org
HTML | 191 lines | 147 code | 14 blank | 30 comment | 0 complexity | 5880ea48f17fd5c26272258de958b0fa 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>cf.cellle &mdash; Documentation</title>
  7. <link rel="stylesheet" href="../_static/classic.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: '1.2.3',
  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. <script type="text/javascript" src="../_static/copybutton.js"></script>
  22. <script type="text/javascript" src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
  23. <link rel="top" title="Documentation" href="../index.html" />
  24. <link rel="up" title="Functions of the cf module" href="../function.html" />
  25. <link rel="next" title="cf.celllt" href="cf.celllt.html" />
  26. <link rel="prev" title="cf.cellge" href="cf.cellge.html" />
  27. </head>
  28. <body role="document">
  29. <div class="related" role="navigation" aria-label="related navigation">
  30. <h3>Navigation</h3>
  31. <ul>
  32. <li class="right" style="margin-right: 10px">
  33. <a href="../genindex.html" title="General Index"
  34. accesskey="I">index</a></li>
  35. <li class="right" >
  36. <a href="cf.celllt.html" title="cf.celllt"
  37. accesskey="N">next</a> |</li>
  38. <li class="right" >
  39. <a href="cf.cellge.html" title="cf.cellge"
  40. accesskey="P">previous</a> |</li>
  41. <li><a target="_blank" href="../../archive.html">Archive</a> &laquo;</li>
  42. <li><a target="_blank" href="http://cfpython.bitbucket.org">cf-python 1.2.3</a> &raquo;</li>
  43. <!--
  44. <li><a target="_blank" href="http://cfpython.bitbucket.org">cf-python</a> &raquo;</li>
  45. <li><select onchange="location = this.options[this.selectedIndex].value;">
  46. <option value="../../1.0/index.html">1.0
  47. <option value="../../0.9.9/index.html">0.9.9
  48. <option value="../../0.9.8.3/index.html">0.9.8.3
  49. <option value="../../archive.html">Archive
  50. </select>
  51. </li>
  52. -->
  53. <li class="nav-item nav-item-0"><a href="../index.html">Documentation</a> &raquo;</li>
  54. <li class="nav-item nav-item-1"><a href="../reference.html" >Reference manual</a> &raquo;</li>
  55. <li class="nav-item nav-item-2"><a href="../function.html" accesskey="U">Functions of the <code class="docutils literal"><span class="pre">cf</span></code> module</a> &raquo;</li>
  56. </ul>
  57. </div>
  58. <div class="document">
  59. <div class="documentwrapper">
  60. <div class="bodywrapper">
  61. <div class="body" role="main">
  62. <div class="section" id="cf-cellle">
  63. <h1>cf.cellle<a class="headerlink" href="#cf-cellle" title="Permalink to this headline">Âś</a></h1>
  64. <dl class="function">
  65. <dt id="cf.cellle">
  66. <code class="descclassname">cf.</code><code class="descname">cellle</code><span class="sig-paren">(</span><em>value</em>, <em>units=None</em><span class="sig-paren">)</span><a class="reference external" href="https://bitbucket.org/cfpython/cf-python/src/v1.2.3/cf/query.py#query.py-1981"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#cf.cellle" title="Permalink to this definition">Âś</a></dt>
  67. <dd><p>Return a <a class="reference internal" href="../classes/cf.Query.html#cf.Query" title="cf.Query"><code class="xref py py-obj docutils literal"><span class="pre">cf.Query</span></code></a> object for coordinate cell bounds being
  68. less than or equal to a value.</p>
  69. <p>In this context, a coordinate is any object which has a
  70. <code class="xref py py-obj docutils literal"><span class="pre">upper_bounds</span></code> attribute.</p>
  71. <p><code class="docutils literal"><span class="pre">cf.cellle(value)</span></code> is equivalent to <code class="docutils literal"><span class="pre">cf.le(value,</span>
  72. <span class="pre">attr='upper_bounds')</span></code>.</p>
  73. <div class="versionadded">
  74. <p><span class="versionmodified">New in version 1.0.</span></p>
  75. </div>
  76. <div class="admonition seealso">
  77. <p class="first admonition-title">See also</p>
  78. <p class="last"><a class="reference internal" href="cf.cellge.html#cf.cellge" title="cf.cellge"><code class="xref py py-obj docutils literal"><span class="pre">cf.cellge</span></code></a>, <a class="reference internal" href="cf.cellgt.html#cf.cellgt" title="cf.cellgt"><code class="xref py py-obj docutils literal"><span class="pre">cf.cellgt</span></code></a>, <a class="reference internal" href="cf.celllt.html#cf.celllt" title="cf.celllt"><code class="xref py py-obj docutils literal"><span class="pre">cf.celllt</span></code></a>, <a class="reference internal" href="cf.cellsize.html#cf.cellsize" title="cf.cellsize"><code class="xref py py-obj docutils literal"><span class="pre">cf.cellsize</span></code></a>,
  79. <a class="reference internal" href="cf.cellwi.html#cf.cellwi" title="cf.cellwi"><code class="xref py py-obj docutils literal"><span class="pre">cf.cellwi</span></code></a>,`cf.cellwo`, <a class="reference internal" href="cf.lt.html#cf.lt" title="cf.lt"><code class="xref py py-obj docutils literal"><span class="pre">cf.lt</span></code></a></p>
  80. </div>
  81. <table class="docutils field-list" frame="void" rules="none">
  82. <col class="field-name" />
  83. <col class="field-body" />
  84. <tbody valign="top">
  85. <tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"></td>
  86. </tr>
  87. <tr class="field-even field"><th class="field-name">Returns:</th><td class="field-body"><dl class="first docutils">
  88. <dt>out: <a class="reference internal" href="../classes/cf.Query.html#cf.Query" title="cf.Query"><code class="xref py py-obj docutils literal"><span class="pre">cf.Query</span></code></a></dt>
  89. <dd><p class="first last">The query object.</p>
  90. </dd>
  91. </dl>
  92. </td>
  93. </tr>
  94. <tr class="field-odd field"><th class="field-name">Examples:</th><td class="field-body"></td>
  95. </tr>
  96. </tbody>
  97. </table>
  98. </dd></dl>
  99. </div>
  100. </div>
  101. </div>
  102. </div>
  103. <div class="sphinxsidebar" role="navigation" aria-label="main navigation">
  104. <div class="sphinxsidebarwrapper">
  105. <h4>Previous topic</h4>
  106. <p class="topless"><a href="cf.cellge.html"
  107. title="previous chapter">cf.cellge</a></p>
  108. <h4>Next topic</h4>
  109. <p class="topless"><a href="cf.celllt.html"
  110. title="next chapter">cf.celllt</a></p>
  111. <div role="note" aria-label="source link">
  112. <h3>This Page</h3>
  113. <ul class="this-page-menu">
  114. <li><a href="../_sources/generated/cf.cellle.txt"
  115. rel="nofollow">Show Source</a></li>
  116. </ul>
  117. </div>
  118. <div id="searchbox" style="display: none" role="search">
  119. <h3>Quick search</h3>
  120. <form class="search" action="../search.html" method="get">
  121. <input type="text" name="q" />
  122. <input type="submit" value="Go" />
  123. <input type="hidden" name="check_keywords" value="yes" />
  124. <input type="hidden" name="area" value="default" />
  125. </form>
  126. </div>
  127. <script type="text/javascript">$('#searchbox').show(0);</script>
  128. </div>
  129. </div>
  130. <div class="clearer"></div>
  131. </div>
  132. <div class="related" role="navigation" aria-label="related navigation">
  133. <h3>Navigation</h3>
  134. <ul>
  135. <li class="right" style="margin-right: 10px">
  136. <a href="../genindex.html" title="General Index"
  137. >index</a></li>
  138. <li class="right" >
  139. <a href="cf.celllt.html" title="cf.celllt"
  140. >next</a> |</li>
  141. <li class="right" >
  142. <a href="cf.cellge.html" title="cf.cellge"
  143. >previous</a> |</li>
  144. <li><a target="_blank" href="../../archive.html">Archive</a> &laquo;</li>
  145. <li><a target="_blank" href="http://cfpython.bitbucket.org">cf-python 1.2.3</a> &raquo;</li>
  146. <!--
  147. <li><a target="_blank" href="http://cfpython.bitbucket.org">cf-python</a> &raquo;</li>
  148. <li><select onchange="location = this.options[this.selectedIndex].value;">
  149. <option value="../../1.0/index.html">1.0
  150. <option value="../../0.9.9/index.html">0.9.9
  151. <option value="../../0.9.8.3/index.html">0.9.8.3
  152. <option value="../../archive.html">Archive
  153. </select>
  154. </li>
  155. -->
  156. <li class="nav-item nav-item-0"><a href="../index.html">Documentation</a> &raquo;</li>
  157. <li class="nav-item nav-item-1"><a href="../reference.html" >Reference manual</a> &raquo;</li>
  158. <li class="nav-item nav-item-2"><a href="../function.html" >Functions of the <code class="docutils literal"><span class="pre">cf</span></code> module</a> &raquo;</li>
  159. </ul>
  160. </div>
  161. <div class="footer" role="contentinfo">
  162. &copy; Copyright 2016, David Hassell.
  163. Last updated on Aug 23, 2016.
  164. Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.4.1.
  165. </div>
  166. </body>
  167. </html>