Real Mixins


Version: 1.1
Category:
Scripts
Python
Requirements:
Seller:
Price:
-
System:
Rating:
4.3
License:

Description - Real Mixins



This code here creates real mixed-in classes: it actually merges one class into another (c-Python specific), taking care of name-mangling, some complications with __slots__, and everything else. As a side-effect, you can also use it to mix modules into classes. Similar to ruby`s include statement.



More in Python-Real Mixins

Real Mixins Mangling Some Complications