comparison docs/rendered/pymonkey.html @ 161:28d067082390

Added docs for function.is_python.
author Atul Varma <varmaa@toolness.com>
date Sun, 30 Aug 2009 15:50:56 -0700
parents e57d8083fb3d
children 4edaa0e6f382
comparison
equal deleted inserted replaced
160:56181fb5fc7e 161:28d067082390
115 115
116 <dl class="data"> 116 <dl class="data">
117 <dt id="pymonkey.Function.line_extent"> 117 <dt id="pymonkey.Function.line_extent">
118 <tt class="descname">line_extent</tt><a class="headerlink" href="#pymonkey.Function.line_extent" title="Permalink to this definition">¶</a></dt> 118 <tt class="descname">line_extent</tt><a class="headerlink" href="#pymonkey.Function.line_extent" title="Permalink to this definition">¶</a></dt>
119 <dd>The number of lines comprising the function&#8217;s JS source code.</dd></dl> 119 <dd>The number of lines comprising the function&#8217;s JS source code.</dd></dl>
120
121 <dl class="data">
122 <dt id="pymonkey.Function.is_python">
123 <tt class="descname">is_python</tt><a class="headerlink" href="#pymonkey.Function.is_python" title="Permalink to this definition">¶</a></dt>
124 <dd>Whether or not the function is actually implemented in Python.
125 If it is, you can use <a title="pymonkey.Context.get_object_private" class="reference" href="#pymonkey.Context.get_object_private"><tt class="xref docutils literal"><span class="pre">Context.get_object_private()</span></tt></a> to
126 retrieve this Python function.</dd></dl>
120 127
121 </dd></dl> 128 </dd></dl>
122 129
123 <dl class="class"> 130 <dl class="class">
124 <dt id="pymonkey.Script"> 131 <dt id="pymonkey.Script">