When you define a class , Python creates an object of type type .
Python 3 Deep Dive: Mastering High-Quality Object-Oriented Programming python 3 deep dive part 4 oop high quality
class Order: quantity = NonNegative() price = NonNegative() When you define a class , Python creates