Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

the callback function is a mandatory argument, you can neither skip it, or replace it with None, so there needs to be a "dummy" function for this purpose (well, at least a dummy function, ofc. you could try to do something useful in there).

it may look a bit weird, but you'll probably have to accept it as "the way it is".