summaryrefslogtreecommitdiff
path: root/tests/functional/p/pragma_after_backslash.py
blob: 4de44bd7d3595f285a40d5f2a7bf5a0bdaeb3603 (plain)
1
2
3
4
5
6
7
8
9
10
"""Test that a pragma has an effect when separated by a backslash."""
# pylint: disable=too-few-public-methods

class Foo:
    """block-disable test"""

    def meth3(self):
        """test one line disabling"""
        print(self.bla) \
           # pylint: disable=no-member