Skip to content

Instantly share code, notes, and snippets.

@tomoh1r
Created August 4, 2012 03:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tomoh1r/3254074 to your computer and use it in GitHub Desktop.
Save tomoh1r/3254074 to your computer and use it in GitHub Desktop.
__init__ のテスト
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