Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_decimal/
D_decimal.c1960 PyDecType_FromCString(PyTypeObject *type, const char *s, in PyDecType_FromCString() function
2024 dec = PyDecType_FromCString(type, s, context); in PyDecType_FromUnicode()
2587 dec = PyDecType_FromCString(type, s, context); in PyDecType_FromSequence()
2621 PyDecType_FromCString(&PyDec_Type, str, context)