Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
D_testcapimodule.c2076 test_string_from_format(PyObject *self, PyObject *args) in test_string_from_format() function
2693 {"test_string_from_format", (PyCFunction)test_string_from_format, METH_NOARGS},
/external/python/cpython3/Modules/
D_testcapimodule.c2456 test_string_from_format(PyObject *self, PyObject *Py_UNUSED(ignored)) in test_string_from_format() function
4614 {"test_string_from_format", (PyCFunction)test_string_from_format, METH_NOARGS},