os.listdir()

Just just at xs4all.nl
Fri Jun 20 16:30:00 EDT 2003


In article <s6KIa.218256$g92.4546830 at news2.tin.it>,
 "manuel" <manuelbastioni at tin.it> wrote:

> Hi,
> 
> I'm looking for the listdir function in os module,
> to study it, but I can't find the
> 
> def listdir(self):
>     etc...
> 
> 
> Excuse for my poor eglish.
> Where is the function listdir definition?

It's written in C, in Modules/posixmodule.c. os.py imports it.

Just




More information about the Python-list mailing list