Ant wrote: ... > But this feels like a hack... Is there a cleaner way for accessing the > functions of the current module similar to the __dict__ attribute of > classes? i.e. a way to access the local symbol table?
Sorry - posted too soon. Found the globals() built-in... -- http://mail.python.org/mailman/listinfo/python-list