intermediate python lesson 3: Solution: Runtime Type Checker
Part 1: Constructing A Decorator
yt link
This is a challenging exercise!
We'll define a decorator factory - a function that, when called, produces a decorator function that can change the behavior of a specific function.
The check_types decorator fac...
philipdevblog.hashnode.dev3 min read