third_party.pylibs.pylint.src/test/input/indirect3.py
root 4becf6f9e5 forget the past.
forget the past.
2006-04-26 10:48:09 +00:00

6 lines
123 B
Python

from indirect2 import AbstractToto
class ConcreteToto(AbstractToto):
def machin(self):
return self.helper()*2