Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_decimal/
D_decimal.c1844 PyDecType_New(PyTypeObject *type) in PyDecType_New() function
1869 #define dec_alloc() PyDecType_New(&PyDec_Type)
1966 dec = PyDecType_New(type); in PyDecType_FromCString()
1990 dec = PyDecType_New(type); in PyDecType_FromCStringExact()
2077 dec = PyDecType_New(type); in PyDecType_FromSsize()
2098 dec = PyDecType_New(type); in PyDecType_FromSsizeExact()
2125 dec = PyDecType_New(type); in dec_from_long()
2266 dec = PyDecType_New(type); in PyDecType_FromFloatExact()
2388 dec = PyDecType_New(type); in PyDecType_FromDecimalExact()