document is_declared_global()

This commit is contained in:
Benjamin Peterson 2009-06-26 23:37:06 +00:00
parent f511fcc743
commit f36bebd06f
1 changed files with 4 additions and 0 deletions

View File

@ -144,6 +144,10 @@ Examining Symbol Tables
Return ``True`` if the symbol is global.
.. method:: is_declared_global()
Return ``True`` if the symbol is declared global with a global statement.
.. method:: is_local()
Return ``True`` if the symbol is local to its block.