Crazy Python
Gotta love it:
class _(object):
def _(self):
class _(object):
def _(self):
print "here now"
return _()
_()._()._()
Gotta love it:
class _(object):
def _(self):
class _(object):
def _(self):
print "here now"
return _()
_()._()._()