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

/external/python/cpython2/Lib/
H A Ddecimal.py123 'DefaultContext', 'BasicContext', 'ExtendedContext',
415 if context in (DefaultContext, BasicContext, ExtendedContext):
425 New contexts are copies of DefaultContext.
445 New contexts are copies of DefaultContext.
456 if context in (DefaultContext, BasicContext, ExtendedContext):
483 >>> setcontext(DefaultContext)
3788 # inherit from DefaultContext.
3790 dc = DefaultContext
5879 DefaultContext = Context( variable

Completed in 92 milliseconds