Home | History | Annotate | Download | only in Objects

Lines Matching refs:int_name

1570     static PyObject *int_name = NULL;
1571 if (int_name == NULL) {
1572 int_name = PyString_InternFromString("__int__");
1573 if (int_name == NULL)
1581 PyObject *int_func = PyObject_GetAttr(integral, int_name);