How to find imported modules
Johny
python at hope.cz
Tue Oct 16 16:46:43 EDT 2007
More information about the Python-list mailing list
Tue Oct 16 16:46:43 EDT 2007
- Previous message (by thread): how to get my own namespace ?
- Next message (by thread): How to find imported modules
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
My Main program imports several other smaller programs. for example Main.py imports Program1.py Program2.py ... Program50.py Now I need to find out which of Programs imports a particular module - module timesocket.py Is that possible without opening each program? Thanks B.
- Previous message (by thread): how to get my own namespace ?
- Next message (by thread): How to find imported modules
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list