Python Forum

Full Version: Enhanced properties with some Metaprogramming
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi Friends,
I want to share with you this small article and code on how I implemented enhanced properties using some metaprogramming in Python.

https://mnesarco.github.io/blog/2020/07/...n-steroids

I hope you will find it useful.

Cheers,

Frank (mnesarco)