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
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
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