summaryrefslogtreecommitdiff
path: root/test/input/func_fixme.py
blob: 9210be67a372cd9771fcab488faee6259977c4d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
"""docstring"""
# pylint: disable=W0612
__revision__ = ''

# FIXME: beep


def function():
    '''XXX:bop'''
    variable = "FIXME: Ignore me!"
    test = "text"  # FIXME: Valid test

    # TODO: Do something with the variables
    xxx = "n/a"  # XXX: Fix this later
    #FIXME: no space after hash