Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dabstract.c1743 PyObject *int_instance; local
1747 int_instance = _PyNumber_ConvertIntegralToInt(
1750 if (int_instance && PyInt_Check(int_instance)) {
1752 long value = PyInt_AS_LONG(int_instance);
1753 Py_DECREF(int_instance);
1756 return int_instance;