diff docs/src/pymonkey.txt @ 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 ce8099238c01
children 0b1020c817b3
line wrap: on
line diff
--- a/docs/src/pymonkey.txt	Mon Aug 24 22:40:53 2009 -0700
+++ b/docs/src/pymonkey.txt	Mon Aug 24 22:47:15 2009 -0700
@@ -64,6 +64,19 @@
    their bytecode. This can be accessed by passing an instance to
    Python's built-in ``buffer()`` function.
 
+   .. data:: filename
+
+      The filename of the script's original source code.
+
+   .. data:: base_lineno
+
+      The line number at which the script's original source code
+      begins.
+
+   .. data:: line_extent
+
+      The number of lines comprising the original source code.
+
 .. class:: Context
 
    This is the type of JavaScript context objects. Contexts can only