Building a toy Python Enum class - Part II
Marton Trencseni - Thu 05 May 2022 • Tagged with python, enum
I extend my previous toy implementation of Python's Enum
class to add more features.
Marton Trencseni - Thu 05 May 2022 • Tagged with python, enum
I extend my previous toy implementation of Python's Enum
class to add more features.
Marton Trencseni - Tue 03 May 2022 • Tagged with python, enum
I write a toy implementation of Python's Enum
class to learn about Python metaclasses.