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
Patrick Thomson be2d90f029 add ruby
2018-03-07 19:47:23 -05:00

15 lines
94 B
Python

def a():
b
def c(d):
e
def g(g, *h):
i
def h(i=1):
i
def i(j="default", **c):
j