Skip to content

Instantly share code, notes, and snippets.

@gustavofonseca
Created February 28, 2013 19:29
Show Gist options
  • Select an option

  • Save gustavofonseca/5059375 to your computer and use it in GitHub Desktop.

Select an option

Save gustavofonseca/5059375 to your computer and use it in GitHub Desktop.
malandragis
@property
def resource_id(self):
cleaned = [seg for seg in self.resource_uri.split('/') if seg]
return cleaned[-1]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment