Commit f354836a authored by Jean-Paul Smets's avatar Jean-Paul Smets

returns dict


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@51 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent f7239827
# Simple Object Inspector
def inspect(self):
return str(self.__dict__)
#return "type: %s dict:%s" % (type(o), o.__dict__)
result = ''
return self.getPhysicalPath()
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment