Skip to content

Instantly share code, notes, and snippets.

Created February 28, 2013 04:39
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 anonymous/4e507f5fecbb713b3f90 to your computer and use it in GitHub Desktop.
Save anonymous/4e507f5fecbb713b3f90 to your computer and use it in GitHub Desktop.
class Foo(object):
def validate(self, *args, **kwargs):
# kwargs['ojb1'] = instance
# args can be values or string representations of refs to instances in kwargs
# args[0] = 'ojb1.do_stuff'
# or
# args[0] = True
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment