Home | History | Annotate | Download | only in library

Lines Matching full:localcontext

956 the :func:`localcontext` function to temporarily change the active context.
959 .. function:: localcontext([c])
971 from decimal import localcontext
973 with localcontext() as ctx:
978 with localcontext(BasicContext): # temporarily use the BasicContext