Kaydet (Commit) f36bebd0 authored tarafından Benjamin Peterson's avatar Benjamin Peterson

document is_declared_global()

üst f511fcc7
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment