diff 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
line wrap: on
line diff
--- a/docs/rendered/pymonkey.html	Sun Aug 30 15:47:23 2009 -0700
+++ b/docs/rendered/pymonkey.html	Sun Aug 30 15:50:56 2009 -0700
@@ -118,6 +118,13 @@
 <tt class="descname">line_extent</tt><a class="headerlink" href="#pymonkey.Function.line_extent" title="Permalink to this definition">¶</a></dt>
 <dd>The number of lines comprising the function&#8217;s JS source code.</dd></dl>
 
+<dl class="data">
+<dt id="pymonkey.Function.is_python">
+<tt class="descname">is_python</tt><a class="headerlink" href="#pymonkey.Function.is_python" title="Permalink to this definition">¶</a></dt>
+<dd>Whether or not the function is actually implemented in Python.
+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
+retrieve this Python function.</dd></dl>
+
 </dd></dl>
 
 <dl class="class">