![](https://secure.gravatar.com/avatar/8848a81d538f2fc428934988af5c8b42.jpg?s=120&d=mm&r=g)
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>