diff options
author | Benjamin Peterson <benjamin@python.org> | 2008-08-20 02:00:14 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2008-08-20 02:00:14 (GMT) |
commit | 87069fd8fe8fae7409f313bd02faa65e9110ef66 (patch) | |
tree | da936be765b64470b8518d59c03518a3d22d02cd /Doc | |
parent | a5e37e6cc3137ad1faf26495849554399d534f75 (diff) | |
download | cpython-87069fd8fe8fae7409f313bd02faa65e9110ef66.zip cpython-87069fd8fe8fae7409f313bd02faa65e9110ef66.tar.gz cpython-87069fd8fe8fae7409f313bd02faa65e9110ef66.tar.bz2 |
kill the obsolete symtable.Symbol methods
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/symtable.rst | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/Doc/library/symtable.rst b/Doc/library/symtable.rst index 0082287..ee24823 100644 --- a/Doc/library/symtable.rst +++ b/Doc/library/symtable.rst @@ -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. |