Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_decimal/
D_decimal.c1899 numeric_as_ascii(const PyObject *u, int strip_ws, int ignore_underscores) in numeric_as_ascii() argument
1934 if (ignore_underscores && ch == '_') { in numeric_as_ascii()