Home
last modified time | relevance | path

Searched refs:DefaultContext (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Doc/library/
Ddecimal.rst1010 .. class:: DefaultContext
1034 default values are copied from the :const:`DefaultContext`. If the *flags*
1729 The new context is copied from a prototype context called *DefaultContext*. To
1731 application, directly modify the *DefaultContext* object. This should be done
1736 DefaultContext.prec = 12
1737 DefaultContext.rounding = ROUND_DOWN
1738 DefaultContext.traps = ExtendedContext.traps.copy()
1739 DefaultContext.traps[InvalidOperation] = 1
1740 setcontext(DefaultContext)
/external/python/cpython2/Lib/
Ddecimal.py415 if context in (DefaultContext, BasicContext, ExtendedContext):
456 if context in (DefaultContext, BasicContext, ExtendedContext):
3790 dc = DefaultContext
5879 DefaultContext = Context( variable