Re: [Python-Dev] PEP 484 update proposal: annotating decorated declarations

2017-06-02 Thread Naomi Seyfer
Yep, interested in implementing it! I will put implementation time on my schedule and tell y'all when it is, for holding myself accountable -- it turns out I never do anything not on my schedule. On Wed, May 31, 2017 at 3:17 PM, Guido van Rossum wrote: > On Wed, May 31, 2017

Re: [Python-Dev] PEP 484 update proposal: annotating decorated declarations

2017-05-10 Thread Naomi Seyfer
t; > thing: Decorated # Declared type of 'thing' > > @decorator > def thing() -> int: > ... > > Jukka > >> On Wed, May 10, 2017 at 12:27 AM, Naomi Seyfer <na...@seyfer.org> wrote: >> Stay tuned for the pep that allows callable to take keyword args. >>

Re: [Python-Dev] PEP 484 update proposal: annotating decorated declarations

2017-05-09 Thread Naomi Seyfer
>> This is a small thing but I'd like to run it by a larger audience than the >> core mypy devs who have commented so far. There was a brief discussion on >> python-ideas (my original, favorable reply by Nick, my response). >> >> Credit for the proposal goes to Naomi Seyfer,