Home
last modified time | relevance | path

Searched refs:is_canonical (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Lib/
Ddecimal.py3005 def is_canonical(self): member in Decimal
4312 def is_canonical(self, a): member in Context
4321 return a.is_canonical()
/external/python/cpython2/Doc/library/
Ddecimal.rst578 .. method:: is_canonical()
1226 .. method:: is_canonical(x)
/external/python/cpython2/Doc/whatsnew/
D2.7.rst1195 :meth:`~decimal.Context.canonical` and :meth:`~decimal.Context.is_canonical`
/external/python/cpython2/Misc/
DNEWS6829 exception of canonical and is_canonical) now accept instances of int and long