Argument of the bool function

Paul Rubin no.email at nospam.invalid
Mon Apr 25 19:26:37 EDT 2011


Chris Angelico <rosuav at gmail.com> writes:
> results = [function() for function in actions]

results = map(apply, actions)



More information about the Python-list mailing list