Created
August 4, 2012 03:38
-
-
Save tomoh1r/3254074 to your computer and use it in GitHub Desktop.
__init__ のテスト
This file contains 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 Hoge(object): | |
def __init__(self, *args, **kwargs): | |
super(type(self), self).__init__() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment