Created
June 7, 2018 08:22
-
-
Save cypreess/6670a99b2c1cd7b52b24057f68a1debd to your computer and use it in GitHub Desktop.
Snipty multi file support demonstration
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
def left_pad(s, n, c): | |
return s.rjust(len(s) + n, c) |
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 EmptyMiddleware: | |
pass |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment