[svn r57556] remove special Function __repr__
--HG-- branch : trunk
This commit is contained in:
parent
a0cbc060b6
commit
29af0e2d81
|
@ -334,9 +334,6 @@ class Function(FunctionMixin, Item):
|
||||||
def __ne__(self, other):
|
def __ne__(self, other):
|
||||||
return not self == other
|
return not self == other
|
||||||
|
|
||||||
def __repr__(self):
|
|
||||||
return "<Function %r at %0x>"%(self.name, id(self))
|
|
||||||
|
|
||||||
class DoctestFile(FSCollector):
|
class DoctestFile(FSCollector):
|
||||||
def listdir(self):
|
def listdir(self):
|
||||||
return [self.fspath.basename]
|
return [self.fspath.basename]
|
||||||
|
|
Loading…
Reference in New Issue