problem with accessing methods?

Mike 'Cat' Perkonigg blablu at gmx.net
Tue Jun 27 09:25:27 EDT 2000


Hi!

How can I access a method with variable amount of parameters?
I have sort of an object management system which routes method invocations 
from outside to the objects, but the management system don't know anything 
about the methods.
In C I would use a pointer to a struct, but this is Python :-)

Thanks in advance,
Mike



More information about the Python-list mailing list