Return a context manager for a copy of the supplied context Uses a copy of the current context if no context is specified The returned context manager creates a local decimal context in a with statement: def sin(x): with localcontext() as ctx: ctx.p
(ctx=None)
source not stored for this graph (policy: none)
nothing calls this directly
no test coverage detected