Mercurial > pymonkey
comparison 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 |
comparison
equal
deleted
inserted
replaced
143:df97699fc104 | 144:ab612d2ad96a |
---|---|
110 subtype of <a title="pymonkey.Object" class="reference" href="#pymonkey.Object"><tt class="xref docutils literal"><span class="pre">Object</span></tt></a>, though when exposed to JS code it | 110 subtype of <a title="pymonkey.Object" class="reference" href="#pymonkey.Object"><tt class="xref docutils literal"><span class="pre">Object</span></tt></a>, though when exposed to JS code it |
111 doesn’t provide access to any special data or functionality.</p> | 111 doesn’t provide access to any special data or functionality.</p> |
112 <p>Script instances have a read-only buffer interface that exposes | 112 <p>Script instances have a read-only buffer interface that exposes |
113 their bytecode. This can be accessed by passing an instance to | 113 their bytecode. This can be accessed by passing an instance to |
114 Python’s built-in <tt class="docutils literal"><span class="pre">buffer()</span></tt> function.</p> | 114 Python’s built-in <tt class="docutils literal"><span class="pre">buffer()</span></tt> function.</p> |
115 <dl class="data"> | |
116 <dt id="pymonkey.Script.filename"> | |
117 <tt class="descname">filename</tt><a class="headerlink" href="#pymonkey.Script.filename" title="Permalink to this definition">¶</a></dt> | |
118 <dd>The filename of the script’s original source code.</dd></dl> | |
119 | |
120 <dl class="data"> | |
121 <dt id="pymonkey.Script.base_lineno"> | |
122 <tt class="descname">base_lineno</tt><a class="headerlink" href="#pymonkey.Script.base_lineno" title="Permalink to this definition">¶</a></dt> | |
123 <dd>The line number at which the script’s original source code | |
124 begins.</dd></dl> | |
125 | |
126 <dl class="data"> | |
127 <dt id="pymonkey.Script.line_extent"> | |
128 <tt class="descname">line_extent</tt><a class="headerlink" href="#pymonkey.Script.line_extent" title="Permalink to this definition">¶</a></dt> | |
129 <dd>The number of lines comprising the original source code.</dd></dl> | |
130 | |
115 </dd></dl> | 131 </dd></dl> |
116 | 132 |
117 <dl class="class"> | 133 <dl class="class"> |
118 <dt id="pymonkey.Context"> | 134 <dt id="pymonkey.Context"> |
119 <em class="property"> | 135 <em class="property"> |