On Thu, Aug 11, 2016 at 7:45 PM, Steven D'Aprano
<steve+comp.lang.pyt...@pearwood.info> wrote:
> I don't know whether you would call that a callback. I suppose it could be, in
> the sense that you might say:
>
>     button.set_mouseup_function(mouseUp)
>
> but I'm used to thinking of it as a property of the button.

"Callback" simply means "function that someone else calls". In fact,
most dunder methods could be described as callbacks.

ChrisA
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to