Re: [Zope-dev] a plea for help (again)

2001-04-27 Thread tav
> CW == "Chris Withers" <[EMAIL PROTECTED]> wrote: CW> OK, the code around this is: def __repr__(self): return ("<%s %s at 0x%s>" % (self.__class__.__name__, `self.id()`, hex(id(self))[2:])) CW> I'm betting self.id isn't a methodm

Re: [Zope-dev] a plea for help (again)

2001-04-27 Thread Chris Withers
tav wrote: > > File /home/zope/k1/lib/python/Products/XnetPage/XnetPage.py, line 811, in > __repr__ > (Object: test_page > TypeError: call of non-function (type string) OK, the code around this is: def __repr__(self): return ("<%s %s at 0x%s>" % (self.__class__.