Quote:
Originally Posted by Starson17
Python supports the creation of anonymous functions (i.e. functions that are not bound to a name), using the "lambda" construct.
|
Googling it. I was thinking it was something entirely different, and now you've got me on the right path. Thank you!
Quote:
Originally Posted by Starson17
|
This should help. Again, thank you!
Quote:
Originally Posted by Starson17
We'll have to let Kovid answer that or point us to documentation.
|
Something like this:
http://calibre.sourcearchive.com/doc...4190f4fa7.html
Or is that just the source code? I need documentation, but I don't want to pull Kovid away from improving his program to write up stuff to help people like me.
In any case, thank you for answering. You've set me on the right path to figuring it out.