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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
H A Ddecimal.py123 'DefaultContext', 'BasicContext', 'ExtendedContext',
416 if context in (DefaultContext, BasicContext, ExtendedContext):
426 New contexts are copies of DefaultContext.
446 New contexts are copies of DefaultContext.
457 if context in (DefaultContext, BasicContext, ExtendedContext):
484 >>> setcontext(DefaultContext)
3760 # inherit from DefaultContext.
3762 dc = DefaultContext
5810 DefaultContext = Context( variable

Completed in 26 milliseconds