aerial.nvim/tests/treesitter/python_test.py

9 lines
82 B
Python

def fn_1():
pass
class cl_1:
def meth_1(self):
pass
var = 'hi'