~ubuntu-branches/ubuntu/vivid/pylint/vivid-proposed

« back to all changes in this revision

Viewing changes to test/input/func_block_disable_msg.py

  • Committer: Bazaar Package Importer
  • Author(s): Sandro Tosi
  • Date: 2009-12-19 21:38:49 UTC
  • mfrom: (1.1.12 upstream)
  • Revision ID: james.westby@ubuntu.com-20091219213849-kcax3214c3mmucox
Tags: 0.19.0-1
* New upstream release
* debian/pylint.docs
  - removed 'TODO', no more shipped
* debian/copyright
  - updated copyright information, also adding new files with different info
* debian/{rules, TODO}
  - run tests at build-time
* debian/pylint.postrm
  - use 'set -e' instead of calling shell with '-e'

Show diffs side-by-side

added added

removed removed

Lines of Context:
102
102
        print self.blip
103
103
 
104
104
class ClassLevelMessage(object):
105
 
    """should'nt display to much attributes/not enough methods messages
 
105
    """shouldn't display to much attributes/not enough methods messages
106
106
    """
107
107
    # pylint: disable-msg=R0902,R0903
108
108
    
119
119
        self.attr0 = 1
120
120
 
121
121
    def too_complex_but_thats_ok(self, attr1, attr2):
122
 
        """THIS Method has too much branchs and returns but i don't care
 
122
        """THIS Method has too much branches and returns but i don't care
123
123
        """
124
124
        # pylint: disable-msg=R0912,R0911
125
125
        try: