Skip to content

Instantly share code, notes, and snippets.

@matthiasgoergens
Forked from radiosilence/gist:6133713
Last active December 20, 2015 15:19
Show Gist options
  • Save matthiasgoergens/6153655 to your computer and use it in GitHub Desktop.
Save matthiasgoergens/6153655 to your computer and use it in GitHub Desktop.
class MyClass:
def my_function(self, nice_verbose_variable):
some_other_variable = another_fairly_long_function(nice_verbose_variable,
"oh look, here's a str" +
"ing how great a layou" +
"t idea this is!")
some_other_variable = another_fairly_long_function(
nice_verbose_variable,
"oh look, here's a string, how great a layout idea this is!"
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment