Thanks for the suggestions so far. I've taken the advice to keep things simple so currently I'm just creating one instance of the commandHandler and assigning it a name with command = commandHandler (). This makes it easy to call it from any of the other handlers, and I think this will work for what I want the game to do. -- http://mail.python.org/mailman/listinfo/python-list
- call function of class instance with no assigned name? George Oliver
- Re: call function of class instance with no assigned... Chris Rebert
- Re: call function of class instance with no assigned... Arnaud Delobelle
- Re: call function of class instance with no assigned... George Oliver
- Re: call function of class instance with no assigned... Dave Angel
- Re: call function of class instance with no assigned... George Oliver
- Re: call function of class instance with no assi... Aaron Brady
- Re: call function of class instance with no ... George Oliver
- Re: call function of class instance with no assi... Dave Angel
- Re: call function of class instance with no assi... Carl Banks
- Re: call function of class instance with no assi... Carl Banks
- Re: call function of class instance with no ... George Oliver
- Re: call function of class instance with no assigned... Rhodri James