Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
python
/
testData
/
highlighting
/
regularAfterVarArgs.py
blob: 5b555c4301ea2784bc5b9b5abcf878da24b7da92 [
file
] [
log
] [
blame
]
def
sortwords
(*
wordlist
,
case_sensitive
=
False
):
pass
def
mixedargs_sum
(
a
,
b
=
0
,
*
arg
,
k1
,
k2
=
0
):
pass
def
foo
(
a
=
'b'
,
b
=
None
,
c
=
None
,
d
=
1
):
pass