Re: "return" in def

2008-12-28 Thread Manish Sinha
r return rather than giving an explicit return statement. e.g. # return from function -- Manish Sinha Personal Blog: http://www.manishsinha.info Tech Blog: http://manishtech.wordpress.com OpenPGP Key: 99E6658F -- http://mail.python.org/mailman/listinfo/python-list

Re: deleting a method

2009-01-04 Thread Manish Sinha
ot;, line 1, in AttributeError: A instance has no attribute 'foo' Why is it so and how may still delete it? Sounds crazy If you want to delete a function, create lambda functions though am not sure whether it can be deleted or not. -- Manish Sinha Personal Blog: http://www.manishs