On Thu, Aug 21, 2014 at 12:20 PM, luofeiyu <[email protected]> wrote: > > all the expressions can not get the info "name property docs" ?how can i get > it?
>>> Person.name.__doc__ 'name property docs' It's an attribute of the property, not of the result. ChrisA -- https://mail.python.org/mailman/listinfo/python-list
