kill the obsolete symtable.Symbol methods

This commit is contained in:
Benjamin Peterson 2008-08-20 02:00:14 +00:00
parent a5e37e6cc3
commit 87069fd8fe
3 changed files with 3 additions and 19 deletions

View file

@ -144,15 +144,6 @@ Examining Symbol Tables
Return ``True`` if the symbol is global.
.. method:: is_vararg()
Return ``True`` if the symbol is a star arg (receives varargs).
.. method:: is_kewordarg()
Return ``True`` if the symbol is a two-star arg (receives keyword
arguments).
.. method:: is_local()
Return ``True`` if the symbol is local to its block.