diff options
author | Benjamin Peterson <benjamin@python.org> | 2015-04-28 04:04:53 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2015-04-28 04:04:53 (GMT) |
commit | a567e564ec128fbdb1324b0b0053a4b8a83687ad (patch) | |
tree | 47195062e5da9e75961bc634d6c8dba1506f8222 | |
parent | 1dfd247c1ba947e99a482eeacfb8cbdecdd45b72 (diff) | |
download | cpython-a567e564ec128fbdb1324b0b0053a4b8a83687ad.zip cpython-a567e564ec128fbdb1324b0b0053a4b8a83687ad.tar.gz cpython-a567e564ec128fbdb1324b0b0053a4b8a83687ad.tar.bz2 |
remove deleted method
-rw-r--r-- | Doc/library/symtable.rst | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Doc/library/symtable.rst b/Doc/library/symtable.rst index c04e22e..a05b9e4 100644 --- a/Doc/library/symtable.rst +++ b/Doc/library/symtable.rst @@ -71,10 +71,6 @@ Examining Symbol Tables Return ``True`` if the block uses ``exec``. - .. method:: has_import_star() - - Return ``True`` if the block uses a starred from-import. - .. method:: get_identifiers() Return a list of names of symbols in this table. |