mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
removed __all__ from several modules
This commit is contained in:
parent
1ca2ed35e0
commit
78349072f7
16 changed files with 0 additions and 63 deletions
|
@ -12,8 +12,6 @@ Of course, no multi-threading is implied -- hence the funny interface
|
|||
for lock, where a function is called once the lock is aquired.
|
||||
"""
|
||||
|
||||
__all__ = ["mutex"]
|
||||
|
||||
class mutex:
|
||||
def __init__(self):
|
||||
"""Create a new mutex -- initially unlocked."""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue