Home
last modified time | relevance | path

Searched refs:typestr_length (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Objects/clinic/
H A Dfloatobject.c.h278 Py_ssize_t typestr_length; in float___getformat__() local
279 typestr = PyUnicode_AsUTF8AndSize(arg, &typestr_length); in float___getformat__()
283 if (strlen(typestr) != (size_t)typestr_length) { in float___getformat__()

Completed in 1 milliseconds