Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dtypeobject.c5385 static PyObject *coerce_str; local
5392 self, "__coerce__", &coerce_str, "(O)", other);
5417 other, "__coerce__", &coerce_str, "(O)", self);