混入

将 mixin 添加到类看起来很像添加超类,因为它几乎就是这样。使用 mixin Foo 的类的对象也将是 Foo 的实例,isinstance(instance, Foo) 将返回 true