Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 263 Bytes

File metadata and controls

6 lines (5 loc) · 263 Bytes

Avoiding lambda in writing callback functions

Originally published: 2001-08-16 12:41:55
Last updated: 2001-08-16 12:41:55
Author: Danny Yoo

A utility class that makes writing callbacks more pleasant than using lambda. Especially using with Tkinter.