Re: Module inspection by name

2009-09-22 Thread Dave Angel
Jean-Michel Pichavant wrote: Nadav Chernin wrote: Hi all, a have easy question for python developers. Assume I have list of all objects: obj=dir() Now I want to know which object from “obj” list is module. I searched some method in module inspection, but there is not any method that get ‘s

Re: Module inspection by name

2009-09-22 Thread Jean-Michel Pichavant
Nadav Chernin wrote: Hi all, a have easy question for python developers. Assume I have list of all objects: obj=dir() Now I want to know which object from “obj” list is module. I searched some method in module inspection, but there is not any method that get ‘string’ as parameters Any rep

Module inspection by name

2009-09-22 Thread Nadav Chernin
Hi all, a have easy question for python developers. Assume I have list of all objects: obj=dir() Now I want to know which object from "obj" list is module. I searched some method in module inspection, but there is not any method that get 'string' as parameters Any reply will be