1
1
mirror of https://github.com/github/semantic.git synced 2024-12-19 12:51:52 +03:00
semantic/bench/bench-fixtures/python/function-definition.py

15 lines
94 B
Python
Raw Normal View History

2018-03-08 03:34:20 +03:00
def a():
b
def c(d):
e
2018-03-08 03:47:23 +03:00
def g(g, *h):
2018-03-08 03:34:20 +03:00
i
2018-03-08 03:47:23 +03:00
def h(i=1):
2018-03-08 03:34:20 +03:00
i
2018-03-08 03:47:23 +03:00
def i(j="default", **c):
2018-03-08 03:34:20 +03:00
j