legacy-dotfiles/emacs.d/nxhtml/tests/in/bug556832-error-test.py

24 lines
299 B
Python
Raw Normal View History

# -*- 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