1
1
mirror of https://github.com/github/semantic.git synced 2024-12-25 07:55:12 +03:00
semantic/semantic-python/test/fixtures/5-03-function-argument.py

5 lines
33 B
Python
Raw Normal View History

2020-01-23 19:20:35 +03:00
def foo(x):
return x
foo(1)