mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
kill the obsolete symtable.Symbol methods
This commit is contained in:
parent
a5e37e6cc3
commit
87069fd8fe
3 changed files with 3 additions and 19 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue