Skip to content

Instantly share code, notes, and snippets.

@w495
Last active August 29, 2015 13:57
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 w495/9770760 to your computer and use it in GitHub Desktop.
Save w495/9770760 to your computer and use it in GitHub Desktop.
def connect(*args, **kwargs)
pass
class Storage(object):
def precheck(my, *args, **kwargs):
pass
def connect(my, *args, **kwargs):
my.precheck(*args, **kwargs)
connect(*args, **kwargs)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment