call function of class instance with no assigned name?
George Oliver
georgeoliverGO at gmail.com
Wed May 6 22:38:41 EDT 2009
On May 6, 3:07 pm, Carl Banks <pavlovevide... at gmail.com> wrote:
> I'm going to guess that you want the keyboardHandler to call method of
> commandHandler. There's no reason for commandHandler to be a handler
> at all then: keyboardHandler is already handling it.
Thanks Carl, you've got it right and your following example is what I
ended up using, it's good to know it's a workable solution.
More information about the Python-list
mailing list