Home | History | Annotate | Download | only in Modules

Lines Matching full:fromstring

1403     if (!PyArg_ParseTuple(args, "s#:fromstring", &str, &n))
1407 "array.fromstring(x): x cannot be self");
1438 "fromstring(string)\n\
1504 is raised. Use array.fromstring(ustr.decode(...)) to\n\
1615 {"fromstring", (PyCFunction)array_fromstring, METH_VARARGS,
2123 fromstring() -- append items from the string\n\