set built-in func_code?

Gerhard Häring gh at ghaering.de
Tue Sep 9 08:52:04 EDT 2003


Birgit Rahm wrote:
> By the way, what's about __import__?

__import__ lets you dynamically import modules. The most common use case 
is if you only know at runtime, which module you want to import. 
Programs that have some kind of plugin architecture use __import__, for 
example.

-- Gerhard





More information about the Python-list mailing list