Created
December 21, 2013 01:19
-
-
Save omasanori/8064196 to your computer and use it in GitHub Desktop.
https://twitter.com/shibukawa/status/414202404368678912 はこういうことでしょうか⇒こういうことではなかったようです。
cf. http://www.python.org/dev/peps/pep-0008/#blank-lines
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| class Foo: | |
| # ... | |
| class Bar: | |
| # ... |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| class Foo: | |
| # ... | |
| class Bar: | |
| # ... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment