Home
last modified time | relevance | path

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

/external/python/cpython2/Doc/library/
Ddecimal.rst237 use standard contexts, :const:`BasicContext` and :const:`ExtendedContext`. The
258 >>> setcontext(BasicContext)
978 with localcontext(BasicContext): # temporarily use the BasicContext
986 .. class:: BasicContext
/external/python/cpython2/Lib/
Ddecimal.py415 if context in (DefaultContext, BasicContext, ExtendedContext):
456 if context in (DefaultContext, BasicContext, ExtendedContext):
5893 BasicContext = Context( variable