Mercurial > pymonkey
diff docs/rendered/_sources/pymonkey.txt @ 150:aea82140758c
Added more to get_stack() docs.
author | Atul Varma <varmaa@toolness.com> |
---|---|
date | Sat, 29 Aug 2009 13:33:41 -0700 |
parents | 0b1020c817b3 |
children | e57d8083fb3d |
line wrap: on
line diff
--- a/docs/rendered/_sources/pymonkey.txt Sat Aug 29 13:32:33 2009 -0700 +++ b/docs/rendered/_sources/pymonkey.txt Sat Aug 29 13:33:41 2009 -0700 @@ -123,6 +123,9 @@ | | ``None``. | +------------------------------+-------------------------------------+ + If the context isn't currently executing any code (i.e., the stack + is empty), this method returns ``None``. + .. method:: new_object([private_obj]) Creates a new :class:`Object` instance and returns