大家讲道理2017-04-17 16:44:01
Python does not have a (ruby-like) mixin syntax. Like SocketServer.ThreadingMixIn
This is actually multiple inheritance, and there are also some tricks based on decorators. These methods are based on Python's relatively free rewriting capabilities.