Home | History | Annotate | Download | only in Objects

Lines Matching refs:PyIntObject

1645         PyIntObject *io = (PyIntObject*)o;

1812 res = _PyInt_Format((PyIntObject*)index, base, 1);