diff options
Diffstat (limited to 'lua/tests/indent/python/basic_blocks.py')
| -rw-r--r-- | lua/tests/indent/python/basic_blocks.py | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/lua/tests/indent/python/basic_blocks.py b/lua/tests/indent/python/basic_blocks.py new file mode 100644 index 000000000..4f36359bd --- /dev/null +++ b/lua/tests/indent/python/basic_blocks.py @@ -0,0 +1,14 @@ +from os import ( + path, + name as OsName +) + +def foo(x): + pass + +class Foo: + def __init__(self): + pass + + def foo(self): + pass |
