third_party.pylibs.pylint.src/pylint/test/input/func_w0312.py
2015-02-14 18:13:20 +02:00

12 lines
177 B
Python

"""test mixed tabs and spaces"""
from __future__ import print_function
__revision__ = 1
def spaces_func():
"""yo"""
print("yo")
def tab_func():
"""yo"""
print("yo")