Home | History | Annotate | Download | only in Objects

Lines Matching refs:PyLong_FromString

2109 PyLong_FromString(const char *str, char **pend, int base)
2457 /* Since PyLong_FromString doesn't have a length parameter,
2468 result = PyLong_FromString(s, &end, base);
2510 result = PyLong_FromString(buffer, &end, base);