Home
last modified time | relevance | path

Searched defs:is_normal (Results 1 – 2 of 2) sorted by relevance

/third_party/json/tests/thirdparty/doctest/
Ddoctest.h571 is_normal = 2 * is_require, enumerator
/third_party/python/Lib/
D_pydecimal.py3145 def is_normal(self, context=None): member in Decimal
4566 def is_normal(self, a): member in Context