Mercurial > pymonkey
diff docs/rendered/pymonkey.html @ 144:ab612d2ad96a
Updated docs to reflect new script members.
author | Atul Varma <varmaa@toolness.com> |
---|---|
date | Mon, 24 Aug 2009 22:47:15 -0700 |
parents | 96dc1beefc00 |
children | 0b1020c817b3 |
line wrap: on
line diff
--- a/docs/rendered/pymonkey.html Mon Aug 24 22:40:53 2009 -0700 +++ b/docs/rendered/pymonkey.html Mon Aug 24 22:47:15 2009 -0700 @@ -112,6 +112,22 @@ <p>Script instances have a read-only buffer interface that exposes their bytecode. This can be accessed by passing an instance to Python’s built-in <tt class="docutils literal"><span class="pre">buffer()</span></tt> function.</p> +<dl class="data"> +<dt id="pymonkey.Script.filename"> +<tt class="descname">filename</tt><a class="headerlink" href="#pymonkey.Script.filename" title="Permalink to this definition">¶</a></dt> +<dd>The filename of the script’s original source code.</dd></dl> + +<dl class="data"> +<dt id="pymonkey.Script.base_lineno"> +<tt class="descname">base_lineno</tt><a class="headerlink" href="#pymonkey.Script.base_lineno" title="Permalink to this definition">¶</a></dt> +<dd>The line number at which the script’s original source code +begins.</dd></dl> + +<dl class="data"> +<dt id="pymonkey.Script.line_extent"> +<tt class="descname">line_extent</tt><a class="headerlink" href="#pymonkey.Script.line_extent" title="Permalink to this definition">¶</a></dt> +<dd>The number of lines comprising the original source code.</dd></dl> + </dd></dl> <dl class="class">