2012/10/3 Walter Valenti <waltervale...@yahoo.it> > C'รจ un modo per rendere implicito il "self" ?
cosi fai sparire il self... class A: def do(_, a, b): print a,b def call(_): _.do(1, 2) A().call() se ti interessa l'argomento http://www.artima.com/weblogs/viewpost.jsp?thread=239003 IMHO "Explicit is not Redundant" :-D
_______________________________________________ Python mailing list Python@lists.python.it http://lists.python.it/mailman/listinfo/python