member fns w/o args?

Steve Canfield stevecanfield at yahoo.com
Fri Jul 9 13:27:21 EDT 2004


Is fn2() accessible?

class c:
  def fn1(self):
    print "in fn1()"
  def fn2():
    print "in fn2()"

Do member functions with no arguments have any meaning?  

-sc



More information about the Python-list mailing list