Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: How to print cache from Decorators with Memoization
Post: RE: How to print cache from Decorators with Memoiz...

snippsat, thank you very much for info about __closure__. It's exactly what i need!
OlgaM General Coding Help 2 2,074 Jan-29-2020, 05:06 PM
    Thread: How to print cache from Decorators with Memoization
Post: How to print cache from Decorators with Memoizatio...

Hello! I use this decorator for memoization. But how i can check if results number is really cached? When i try to print fib.cache or cache[n] i got error: cache is not defined. How can i print cache...
OlgaM General Coding Help 2 2,074 Jan-28-2020, 11:49 PM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020