Searched refs:trunc_name (Results 1 – 1 of 1) sorted by relevance
1614 static PyObject *trunc_name = NULL; local1619 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; local1713 if (trunc_name == NULL) {1714 trunc_name = PyString_InternFromString("__trunc__");1715 if (trunc_name == NULL)1743 trunc_func = PyObject_GetAttr(o, trunc_name);