Mercurial > pymonkey
diff docs/src/pymonkey.txt @ 78:c48b393f6461
Added docs for Object.get_runtime().
author | Atul Varma <varmaa@toolness.com> |
---|---|
date | Fri, 07 Aug 2009 11:21:21 -0700 |
parents | 7a3461ccaf1d |
children | 228a56e7e793 |
line wrap: on
line diff
--- a/docs/src/pymonkey.txt Fri Aug 07 11:20:12 2009 -0700 +++ b/docs/src/pymonkey.txt Fri Aug 07 11:21:21 2009 -0700 @@ -45,6 +45,10 @@ >>> isinstance(obj, pymonkey.Object) True + .. method:: get_runtime() + + Returns the :class:`Runtime` that the object belongs to. + .. class:: Context This is the type of JavaScript context objects. Contexts can only