PageRenderTime 32ms CodeModel.GetById 6ms RepoModel.GetById 0ms app.codeStats 0ms

/docs/2.0/generated/cf.Field.insert_cell_methods.html

https://bitbucket.org/cfpython/cfpython.bitbucket.org
HTML | 187 lines | 143 code | 14 blank | 30 comment | 0 complexity | 4b2651f659e3950141d06f98fe223ca3 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.Field.insert_cell_methods &#8212; 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: '2.0',
  13. COLLAPSE_INDEX: false,
  14. FILE_SUFFIX: '.html',
  15. HAS_SOURCE: true,
  16. SOURCELINK_SUFFIX: '.txt'
  17. };
  18. </script>
  19. <script type="text/javascript" src="../_static/jquery.js"></script>
  20. <script type="text/javascript" src="../_static/underscore.js"></script>
  21. <script type="text/javascript" src="../_static/doctools.js"></script>
  22. <script type="text/javascript" src="../_static/copybutton.js"></script>
  23. <script type="text/javascript" src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
  24. <link rel="index" title="Index" href="../genindex.html" />
  25. <link rel="search" title="Search" href="../search.html" />
  26. <link rel="next" title="cf.Field.insert_dim" href="cf.Field.insert_dim.html" />
  27. <link rel="prev" title="cf.Field.insert_aux" href="cf.Field.insert_aux.html" />
  28. </head>
  29. <body role="document">
  30. <div class="related" role="navigation" aria-label="related navigation">
  31. <h3>Navigation</h3>
  32. <ul>
  33. <li class="right" style="margin-right: 10px">
  34. <a href="../genindex.html" title="General Index"
  35. accesskey="I">index</a></li>
  36. <li class="right" >
  37. <a href="cf.Field.insert_dim.html" title="cf.Field.insert_dim"
  38. accesskey="N">next</a> |</li>
  39. <li class="right" >
  40. <a href="cf.Field.insert_aux.html" title="cf.Field.insert_aux"
  41. accesskey="P">previous</a> |</li>
  42. <li><a target="_blank" href="../../archive.html">Archive</a> &laquo;</li>
  43. <li><a target="_blank" href="http://cfpython.bitbucket.io">cf-python 2.0</a> &raquo;</li>
  44. <!--
  45. <li><a target="_blank" href="http://cfpython.bitbucket.io">cf-python</a> &raquo;</li>
  46. <li><select onchange="location = this.options[this.selectedIndex].value;">
  47. <option value="../../1.0/index.html">1.0
  48. <option value="../../0.9.9/index.html">0.9.9
  49. <option value="../../0.9.8.3/index.html">0.9.8.3
  50. <option value="../../archive.html">Archive
  51. </select>
  52. </li>
  53. -->
  54. <li class="nav-item nav-item-0"><a href="../index.html">Documentation</a> &#187;</li>
  55. <li class="nav-item nav-item-1"><a href="../reference.html" >Reference manual</a> &#187;</li>
  56. <li class="nav-item nav-item-2"><a href="../class.html" >Classes of the <code class="docutils literal"><span class="pre">cf</span></code> module</a> &#187;</li>
  57. <li class="nav-item nav-item-3"><a href="../classes/cf.Field.html" accesskey="U">cf.Field</a> &#187;</li>
  58. </ul>
  59. </div>
  60. <div class="document">
  61. <div class="documentwrapper">
  62. <div class="bodywrapper">
  63. <div class="body" role="main">
  64. <div class="section" id="cf-field-insert-cell-methods">
  65. <h1>cf.Field.insert_cell_methods<a class="headerlink" href="#cf-field-insert-cell-methods" title="Permalink to this headline">Âś</a></h1>
  66. <dl class="method">
  67. <dt id="cf.Field.insert_cell_methods">
  68. <code class="descclassname">Field.</code><code class="descname">insert_cell_methods</code><span class="sig-paren">(</span><em>item</em><span class="sig-paren">)</span><a class="reference external" href="https://bitbucket.org/cfpython/cf-python/src/v2.0/cf/field.py#field.py-12784"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#cf.Field.insert_cell_methods" title="Permalink to this definition">Âś</a></dt>
  69. <dd><p>Insert one or more cell method objects into the field.</p>
  70. <div class="admonition seealso">
  71. <p class="first admonition-title">See also</p>
  72. <p class="last"><a class="reference internal" href="cf.Field.insert_aux.html#cf.Field.insert_aux" title="cf.Field.insert_aux"><code class="xref py py-obj docutils literal"><span class="pre">insert_aux</span></code></a>, <a class="reference internal" href="cf.Field.insert_measure.html#cf.Field.insert_measure" title="cf.Field.insert_measure"><code class="xref py py-obj docutils literal"><span class="pre">insert_measure</span></code></a>, <a class="reference internal" href="cf.Field.insert_ref.html#cf.Field.insert_ref" title="cf.Field.insert_ref"><code class="xref py py-obj docutils literal"><span class="pre">insert_ref</span></code></a>,
  73. <a class="reference internal" href="cf.Field.insert_data.html#cf.Field.insert_data" title="cf.Field.insert_data"><code class="xref py py-obj docutils literal"><span class="pre">insert_data</span></code></a>, <a class="reference internal" href="cf.Field.insert_dim.html#cf.Field.insert_dim" title="cf.Field.insert_dim"><code class="xref py py-obj docutils literal"><span class="pre">insert_dim</span></code></a></p>
  74. </div>
  75. <table class="docutils field-list" frame="void" rules="none">
  76. <col class="field-name" />
  77. <col class="field-body" />
  78. <tbody valign="top">
  79. <tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><p class="first">item: <a class="reference external" href="https://docs.python.org/2.7/library/functions.html#str" title="(in Python v2.7)"><code class="xref py py-obj docutils literal"><span class="pre">str</span></code></a> or <a class="reference internal" href="../classes/cf.CellMethods.html#cf.CellMethods" title="cf.CellMethods"><code class="xref py py-obj docutils literal"><span class="pre">cf.CellMethods</span></code></a></p>
  80. </td>
  81. </tr>
  82. <tr class="field-even field"><th class="field-name">Returns:</th><td class="field-body"><dl class="first docutils">
  83. <dt>out: <a class="reference internal" href="../classes/cf.CellMethods.html#cf.CellMethods" title="cf.CellMethods"><code class="xref py py-obj docutils literal"><span class="pre">cf.CellMethods</span></code></a></dt>
  84. <dd><p class="first last">The domain identifier of the new axis.</p>
  85. </dd>
  86. </dl>
  87. </td>
  88. </tr>
  89. <tr class="field-odd field"><th class="field-name">Examples:</th><td class="field-body"></td>
  90. </tr>
  91. </tbody>
  92. </table>
  93. </dd></dl>
  94. </div>
  95. </div>
  96. </div>
  97. </div>
  98. <div class="sphinxsidebar" role="navigation" aria-label="main navigation">
  99. <div class="sphinxsidebarwrapper">
  100. <h4>Previous topic</h4>
  101. <p class="topless"><a href="cf.Field.insert_aux.html"
  102. title="previous chapter">cf.Field.insert_aux</a></p>
  103. <h4>Next topic</h4>
  104. <p class="topless"><a href="cf.Field.insert_dim.html"
  105. title="next chapter">cf.Field.insert_dim</a></p>
  106. <div role="note" aria-label="source link">
  107. <h3>This Page</h3>
  108. <ul class="this-page-menu">
  109. <li><a href="../_sources/generated/cf.Field.insert_cell_methods.rst.txt"
  110. rel="nofollow">Show Source</a></li>
  111. </ul>
  112. </div>
  113. <div id="searchbox" style="display: none" role="search">
  114. <h3>Quick search</h3>
  115. <form class="search" action="../search.html" method="get">
  116. <div><input type="text" name="q" /></div>
  117. <div><input type="submit" value="Go" /></div>
  118. <input type="hidden" name="check_keywords" value="yes" />
  119. <input type="hidden" name="area" value="default" />
  120. </form>
  121. </div>
  122. <script type="text/javascript">$('#searchbox').show(0);</script>
  123. </div>
  124. </div>
  125. <div class="clearer"></div>
  126. </div>
  127. <div class="related" role="navigation" aria-label="related navigation">
  128. <h3>Navigation</h3>
  129. <ul>
  130. <li class="right" style="margin-right: 10px">
  131. <a href="../genindex.html" title="General Index"
  132. >index</a></li>
  133. <li class="right" >
  134. <a href="cf.Field.insert_dim.html" title="cf.Field.insert_dim"
  135. >next</a> |</li>
  136. <li class="right" >
  137. <a href="cf.Field.insert_aux.html" title="cf.Field.insert_aux"
  138. >previous</a> |</li>
  139. <li><a target="_blank" href="../../archive.html">Archive</a> &laquo;</li>
  140. <li><a target="_blank" href="http://cfpython.bitbucket.io">cf-python 2.0</a> &raquo;</li>
  141. <!--
  142. <li><a target="_blank" href="http://cfpython.bitbucket.io">cf-python</a> &raquo;</li>
  143. <li><select onchange="location = this.options[this.selectedIndex].value;">
  144. <option value="../../1.0/index.html">1.0
  145. <option value="../../0.9.9/index.html">0.9.9
  146. <option value="../../0.9.8.3/index.html">0.9.8.3
  147. <option value="../../archive.html">Archive
  148. </select>
  149. </li>
  150. -->
  151. <li class="nav-item nav-item-0"><a href="../index.html">Documentation</a> &#187;</li>
  152. <li class="nav-item nav-item-1"><a href="../reference.html" >Reference manual</a> &#187;</li>
  153. <li class="nav-item nav-item-2"><a href="../class.html" >Classes of the <code class="docutils literal"><span class="pre">cf</span></code> module</a> &#187;</li>
  154. <li class="nav-item nav-item-3"><a href="../classes/cf.Field.html" >cf.Field</a> &#187;</li>
  155. </ul>
  156. </div>
  157. <div class="footer" role="contentinfo">
  158. &#169; Copyright 2016, David Hassell.
  159. Last updated on Jul 07, 2017.
  160. Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.5.1.
  161. </div>
  162. </body>
  163. </html>