>> What are the restrictions on list items?
>>
>> Only a function?
>> Only a code object? (I assume so)
>> Must the code return the original function?
>> Must the code return a code object?
Phillip> Any callable object. May return anything.
Must take a single argument, which itself must be a callable, right?
Skip