mirror of
https://github.com/python/cpython.git
synced 2025-08-29 21:25:01 +00:00
added several more __all__ lists
This commit is contained in:
parent
46fa39ab1d
commit
269b83bc05
8 changed files with 79 additions and 1 deletions
|
@ -12,6 +12,8 @@ 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