~ubuntu-branches/ubuntu/trusty/pylint/trusty

« back to all changes in this revision

Viewing changes to test/input/func_r0922.py

  • Committer: Bazaar Package Importer
  • Author(s): Sylvain Thénault
  • Date: 2006-09-25 16:46:40 UTC
  • mfrom: (1.2.1 upstream) (2.1.4 feisty)
  • Revision ID: james.westby@ubuntu.com-20060925164640-obkb6g34gqtyk20n
new uptream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
    
13
13
    def meth2(self):
14
14
        """hehehe"""
15
 
        return 'Yo'
 
15
        return 'Yo', self
16
16
 
17
17
class Bbbb(Aaaa):
18
18
    """yeah"""
19
19
    def meth1(self):
20
20
        """hehehe bis"""
21
 
        return "yeah"
 
21
        return "yeah", self