Home | History | Annotate | Download | only in Lib

Lines Matching refs:localcontext

134     'setcontext', 'getcontext', 'localcontext'

464 def localcontext(ctx=None):
471 with localcontext() as ctx:
478 with localcontext(ExtendedContext):
487 >>> with localcontext():
493 >>> with localcontext(ExtendedContext):
3721 """Context manager class to support localcontext().