[svn r57556] remove special Function __repr__

--HG--
branch : trunk
This commit is contained in:
hpk 2008-08-21 15:53:19 +02:00
parent a0cbc060b6
commit 29af0e2d81
1 changed files with 0 additions and 3 deletions

View File

@ -334,9 +334,6 @@ class Function(FunctionMixin, Item):
def __ne__(self, other):
return not self == other
def __repr__(self):
return "<Function %r at %0x>"%(self.name, id(self))
class DoctestFile(FSCollector):
def listdir(self):
return [self.fspath.basename]