def someMethod():
class MyClass(object):
.....
if something:
.....
return someval
--
John Fabiani
_______________________________________________
Tutor maillist - [email protected]
http://mail.python.org/mailman/listinfo/tutor
- [Tutor] is it legal to have a class within a def johnf
