example-code-2e/09-closure-deco
2021-05-21 18:56:12 -03:00
..
average_oo.py Modernize code to Python 3.6+ and some cleanup 2021-01-31 22:48:38 +01:00
average.py Modernize code to Python 3.6+ and some cleanup 2021-01-31 22:48:38 +01:00
clockdeco0.py ch08, 09, 10: example files 2020-06-11 14:58:15 -03:00
clockdeco_cls.py updade from Atlas repo 2021-05-21 18:56:12 -03:00
clockdeco_demo.py ch08, 09, 10: example files 2020-06-11 14:58:15 -03:00
clockdeco_param_demo1.py ch08, 09, 10: example files 2020-06-11 14:58:15 -03:00
clockdeco_param_demo2.py ch08, 09, 10: example files 2020-06-11 14:58:15 -03:00
clockdeco_param.py ch08, 09, 10: example files 2020-06-11 14:58:15 -03:00
clockdeco.py ch08, 09, 10: example files 2020-06-11 14:58:15 -03:00
fibo_compare.py ch08, 09, 10: example files 2020-06-11 14:58:15 -03:00
fibo_demo_cache.py ch01-12: clean up by @eumiro 2021-02-14 20:28:07 -03:00
fibo_demo.py Modernize code to Python 3.6+ and some cleanup 2021-01-31 22:48:38 +01:00
global_x_local.rst ch08, 09, 10: example files 2020-06-11 14:58:15 -03:00
htmlizer.py ch08, 09, 10: example files 2020-06-11 14:58:15 -03:00
README.rst ch08, 09, 10: example files 2020-06-11 14:58:15 -03:00
registration_abridged.py ch08, 09, 10: example files 2020-06-11 14:58:15 -03:00
registration_param.py ch08, 09, 10: example files 2020-06-11 14:58:15 -03:00
registration.py updade from Atlas repo 2021-05-21 18:56:12 -03:00
stacked.py ch08, 09, 10: example files 2020-06-11 14:58:15 -03:00

Sample code for Chapter 8 - "Closures and decorators"

From the book "Fluent Python, Second Edition" by Luciano Ramalho (O'Reilly, 2020)
http://shop.oreilly.com/product/0636920273196.do