Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dabstract.c1614 static PyObject *trunc_name = NULL; local
1619 if (trunc_name == NULL) {
1620 trunc_name = PyString_InternFromString("__trunc__");
1621 if (trunc_name == NULL)
1648 trunc_func = PyObject_GetAttr(o, trunc_name);
1708 static PyObject *trunc_name = NULL; local
1713 if (trunc_name == NULL) {
1714 trunc_name = PyString_InternFromString("__trunc__");
1715 if (trunc_name == NULL)
1743 trunc_func = PyObject_GetAttr(o, trunc_name);