diff options
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. |