Skip to content

Instantly share code, notes, and snippets.

@startling
Forked from willrjmarshall/gist:2411343
Created April 18, 2012 05:49
Show Gist options
  • Save startling/2411350 to your computer and use it in GitHub Desktop.
Save startling/2411350 to your computer and use it in GitHub Desktop.
class Looper(object):
def __init__(self, function):
function(self)
@Looper
def my_looper(self):
self.height = 130
self.width = 120
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment