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 10:27:45 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
3f4d47030b
semantic
/
test
/
fixtures
/
python
/
function-definition.A.py
15 lines
94 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
Assign list splat parameters
2017-07-11 23:53:25 +03:00
def
g
(
g
,
*
h
,
)
:
Function definition test fixture
2017-06-07 03:07:44 +03:00
i
Add test covering default parameters in Python
2017-07-10 23:59:40 +03:00
def
h
(
i
=
j
)
:
i
Assign typedDefaultParameter
2017-07-11 23:43:35 +03:00
def
i
(
j
:
str
=
"
default
"
)
:
j
Reference in New Issue
Copy Permalink