Skip to content

Latest commit

 

History

History

022-recreating-dataclasses

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Metaprogramming in Python With Class Decorators

Sometimes you just gotta extend Python's default behaviour a little bit, and you can do that with class decorators! In this video, we'll learn how to use a bit of metaprogramming to recreate the dataclass decorator from Python's standard library.

Running the Code

Just run main.py!