From a567e564ec128fbdb1324b0b0053a4b8a83687ad Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Tue, 28 Apr 2015 00:04:53 -0400 Subject: remove deleted method --- Doc/library/symtable.rst | 4 ---- 1 file changed, 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. -- cgit v0.12