Converting a strng to an anonymous function

Nathan Seese uninverted at lavabit.com
Mon Sep 29 17:25:09 EDT 2008


I'm writing a program to sort files with arbitrary python code. The 
method I'm using for that is to pass sort an anonymous function taken 
from the arguments. I'm wondering how to change a raw string into an 
anonyous function.



More information about the Python-list mailing list