
Jan. 24, 2016
9:21 p.m.
On 21Jan2016 11:52, Steven D'Aprano <steve@pearwood.info> wrote:
So a full function declaration looks like:
def NAME ( PARAMETERS ) ( CAPTURES ) -> RETURN-HINT :
(Bike-shedders: do you prefer () [] or {} for the list of captures?)
Just to this: I prefer () - this is very much like a special parameter list. [] and {} should list and dict to me. Cheers, Cameron Simpson <cs@zip.com.au>