Home | History | Annotate | Download | only in Modules

Lines Matching refs:PyLong_FromString

4620         value = PyLong_FromString(s, NULL, 0);
4768 the 'L' before calling PyLong_FromString. In order to maintain
4774 value = PyLong_FromString(s, NULL, 0);
5571 key = PyLong_FromString(s, NULL, 10);
5739 key = PyLong_FromString(s, NULL, 10);