This website requires JavaScript.
Explore
Help
Sign In
github
/
semantic
Watch
1
Star
1
Fork
0
You've already forked semantic
mirror of
https://github.com/github/semantic.git
synced
2024-12-30 02:14:20 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
a03300c920
semantic
/
test
/
fixtures
/
python
/
function-definition.A.py
12 lines
64 B
Python
Raw
Normal View
History
Unescape
Escape
Function definition test fixture
2017-06-07 03:07:44 +03:00
def
a
(
)
:
b
def
c
(
d
)
:
e
def
g
(
g
,
h
,
)
:
i
Add test covering default parameters in Python
2017-07-10 23:59:40 +03:00
def
h
(
i
=
j
)
:
i
Reference in New Issue
Copy Permalink