Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
tools
/
idea
/
3a2425a5aed1bef93dab954745ad5665265eb70b
/
.
/
python
/
testData
/
wrap
/
wrapRightMargin.after.py
blob: b7ed9d5c2e6c225f8182d9e703dbda2491d23b15 [
file
] [
log
] [
blame
]
Tor Norbye
3a2425a
2013-11-04 10:16:08 -0800
[
diff
] [
blame^
]
1
def
do_stuff
():
2
another_long_variable
=
a_really_long_function_name_with_parameters
(
12
,
3
this_is_the_first_param
=
23
,
4
this_is_the_second
=
45
).
do_more_stuff_to_the_result
()