Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

neat notation for python closures

Originally published: 2006-03-07 04:53:21
Last updated: 2006-03-07 04:53:21
Author: Maciej Obarski

Alternative notation for defining closures in python; It avoids packing closure variables into containers by assigning attributes to the inner function.