Skip to content

Instantly share code, notes, and snippets.

@radiosilence
Created August 1, 2013 18:02
Show Gist options
  • Save radiosilence/6133713 to your computer and use it in GitHub Desktop.
Save radiosilence/6133713 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" +
"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