mirror of
https://github.com/davidhalter/jedi.git
synced 2026-02-16 09:11:59 +08:00
Context -> Value
This commit is contained in:
@@ -100,7 +100,7 @@ class PushBackIterator(object):
|
||||
@contextlib.contextmanager
|
||||
def ignored(*exceptions):
|
||||
"""
|
||||
Context manager that ignores all of the specified exceptions. This will
|
||||
Value manager that ignores all of the specified exceptions. This will
|
||||
be in the standard library starting with Python 3.4.
|
||||
"""
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user