In <ac20c08e-6957-4836-9319-e668a8da8...@q30g2000vbs.googlegroups.com> RVince 
<rvinc...@gmail.com> writes:

> def cmseditorlinemethod(self, ssn):
>         c.details =
> Session.query(MSPResponse).filter(MSPResponse.beneficiaryssn ==
> ssn).all()
>         content = render('/cmseditorline.mako')
>         return content

Is cmseditorlinemethod() a member of a class?  The presence of the "self"
parameter suggests that it is, but your code omits this detail.

-- 
John Gordon                   A is for Amy, who fell down the stairs
gor...@panix.com              B is for Basil, assaulted by bears
                                -- Edward Gorey, "The Gashlycrumb Tinies"

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

Reply via email to