Sign in
pigweed
/
third_party
/
github
/
bazelbuild
/
stardoc
/
HEAD
/
.
/
test
/
testdata
/
scl_test
/
input.scl
blob: f0776d1976730a57f32e1ce58fa9b175aac9664e [
file
] [
log
] [
blame
]
"""A test that verifies support for .scl files."""
def
my_function
(
x
,
y
,
z
=
"foo"
,
**
kwargs
):
"""
Dummy function
Adds three values.
Returns:
x + y + z
"""
return
x
+
y
+
z