Python

Python AOP

class MetaAll(type):

metaclass = MetaAll

class A:

a = A() a.setx(2) print a.getx() }}}