Home | History | Annotate | Download | only in Modules

Lines Matching defs:bufsize

135 makefile([mode, [bufsize]]) -- return a file object for the socket [*]\n\
2365 int bufsize = -1;
2378 if (!PyArg_ParseTuple(args, "|si:makefile", &mode, &bufsize))
2403 PyFile_SetBufSize(f, bufsize);