How can I reexecute 'import foo from bar'?
redhouse at my-deja.com
redhouse at my-deja.com
Thu Aug 17 19:23:52 EDT 2000
More information about the Python-list mailing list
Thu Aug 17 19:23:52 EDT 2000
- Previous message (by thread): How can I reexecute 'import foo from bar'?
- Next message (by thread): How can I reexecute 'import foo from bar'?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I know I can do a reload on a module in IDLE, but when I do this, any 'import foo from bar' foo's are not updated. I know I can get around this by typing out the full qualifier, but is there some way to make foo.method(instance) current other than typing out bar.foo.method (instance). Sent via Deja.com http://www.deja.com/ Before you buy.
- Previous message (by thread): How can I reexecute 'import foo from bar'?
- Next message (by thread): How can I reexecute 'import foo from bar'?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list