mirror of
https://github.com/python/cpython.git
synced 2025-09-27 10:50:04 +00:00
remove nested from __all__
This commit is contained in:
parent
c2331dbe45
commit
04e40c1b48
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ import sys
|
||||||
from functools import wraps
|
from functools import wraps
|
||||||
from warnings import warn
|
from warnings import warn
|
||||||
|
|
||||||
__all__ = ["contextmanager", "nested", "closing"]
|
__all__ = ["contextmanager", "closing"]
|
||||||
|
|
||||||
class GeneratorContextManager(object):
|
class GeneratorContextManager(object):
|
||||||
"""Helper for @contextmanager decorator."""
|
"""Helper for @contextmanager decorator."""
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue