Searched defs:_One (Results 1 - 3 of 3) sorted by relevance

/external/python/cpython3/Lib/unittest/test/testmock/
H A Dtestmock.py1310 class _One(object): class in function:MockTest.test_mock_add_spec
1330 for One, Two in [(_One, _Two), (['one'], ['two'])]:
/external/python/cpython2/Lib/
H A Ddecimal.py2216 return _One
2250 if self == _One:
2842 return _One
2855 return _One
2862 return _One
2869 return _One
2873 return _One
2876 return _One
2880 return _One
2887 return _One
6211 _One = Decimal(1) variable
[all...]
/external/python/cpython3/Lib/
H A D_pydecimal.py2369 return _One
2403 if self == _One:
2985 return _One
2998 return _One
3005 return _One
3012 return _One
3016 return _One
3019 return _One
3023 return _One
3030 return _One
6434 _One = Decimal(1) variable
[all...]

Completed in 125 milliseconds