Home | History | Annotate | Download | only in python2.7

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):
3749 """Context manager class to support localcontext().