Dynamically Reconfigurable Servers

By Ron Klatchko

Dr. Dobb's Journal January 1999

  modname = "..."
  mod = dimport( modname )
obj = mod.theclass()

Example 2: Python's use of references and late binding lets you access data, functions, and classes in your module directly.

Back to Article


Copyright © 1999, Dr. Dobb's Journal