Home | History | Annotate | Download | only in Modules

Lines Matching full:scandir

11147 "scandir(path='.') -> iterator of DirEntry objects for given path");
11447 "the entry's base filename, relative to scandir() \"path\" argument"},
11860 "unclosed scandir iterator %R", iterator)) {
11958 iterator->path.function_name = "scandir";
11967 if (!PyArg_ParseTupleAndKeywords(args, kwargs, "|O&:scandir", keywords,
12335 {"scandir", (PyCFunction)posix_scandir,
13015 /* initialize scandir types */