Skip to content

Instantly share code, notes, and snippets.

@hub-cap
Created March 4, 2013 16:43
Show Gist options
  • Save hub-cap/5083614 to your computer and use it in GitHub Desktop.
Save hub-cap/5083614 to your computer and use it in GitHub Desktop.
+ values = super(ReddwarfContext, self).to_dict()
+ values.update({'limit': self.limit,
+ 'marker': self.marker,
+ })
+ return values
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment