[code]
class WORK:
    def getwork(self):
        def choosetable(self):pass
        choosetable() #TypeError: choosetable() takes exactly 1
                      #argument (0 given)
[/code]

Calling choosetable() at the above location gives me the error
described above. 


-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to