aboutsummaryrefslogtreecommitdiffstats
path: root/tests/indent/python/basic_blocks.py
blob: 4f36359bd37f98f096370c01bbd3738b6ae0b31e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
from os import (
    path,
    name as OsName
)

def foo(x):
    pass

class Foo:
    def __init__(self):
        pass

    def foo(self):
        pass