[pydotorg-www] Request to add to the Python Decorator Library

Chris Angelico rosuav at gmail.com
Fri Apr 15 13:45:55 EDT 2016


On Sat, Apr 16, 2016 at 3:42 AM, Ben Scheiner <brmscheiner at gmail.com> wrote:
> I was hoping to make an addition to the Python Decorator Library. I wrote a
> memoizing decorator that uses Pickle for performance improvements across
> multiple executions. The code is documented, conforms to PEP8, and is about
> 170 total lines.
>
> Here's Github if anyone wants to take a look. If the code needs to be
> refactored, I'm all ears. Last thing: my username is brmscheiner.

Is this something on the Python wiki? If you're looking to make
changes to someone else's code, you'll need to post that to where they
can see your code.

ChrisA


More information about the pydotorg-www mailing list