summaryrefslogtreecommitdiffstats
path: root/emacs.d/nxhtml/tests/in/bug556832-error-test.py
blob: e998eda71d04f3291859906f7941073283a7a676 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# -*- Python -*-


"""
===============
This is a title
===============

This is some general description
"""


class SomeClass(object):
    """
    This is a class description.
    """

    def __init__(self, fileName):
        """The constructor."""
        pass

    def oneMethod():
        pass