mirror of
https://github.com/python/cpython.git
synced 2025-08-31 14:07:50 +00:00
more __all__ updates
This commit is contained in:
parent
e78b92a062
commit
eccd02a40d
12 changed files with 34 additions and 0 deletions
|
@ -371,6 +371,8 @@ _isEmpty = re.compile(r"\s*$").match
|
|||
_isComment = re.compile(r"\s*#").match
|
||||
del re
|
||||
|
||||
__all__ = []
|
||||
|
||||
# Extract interactive examples from a string. Return a list of triples,
|
||||
# (source, outcome, lineno). "source" is the source code, and ends
|
||||
# with a newline iff the source spans more than one line. "outcome" is
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue