Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Modules/_decimal/
D_decimal.c2662 #define PyDec_FromUnicode(unicode, context) \ macro
2801 return PyDec_FromUnicode(v, context); in PyDec_FromObject()