mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
__all__ for several more modules
This commit is contained in:
parent
81b6ae7ef7
commit
c62c81e013
12 changed files with 35 additions and 0 deletions
|
@ -59,6 +59,8 @@ import imp
|
|||
import re
|
||||
import string
|
||||
|
||||
__all__ = ["readmodule"]
|
||||
|
||||
TABWIDTH = 8
|
||||
|
||||
_getnext = re.compile(r"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue