Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/clinic/
Dfloatobject.c.h344 Py_ssize_t fmt_length; in float___set_format__() local
345 fmt = PyUnicode_AsUTF8AndSize(args[1], &fmt_length); in float___set_format__()
349 if (strlen(fmt) != (size_t)fmt_length) { in float___set_format__()