Skip to content

Instantly share code, notes, and snippets.

@niklasl
Created April 6, 2011 13:41
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 niklasl/905649 to your computer and use it in GitHub Desktop.
Save niklasl/905649 to your computer and use it in GitHub Desktop.
identifierare-snippet
@property
def identifierare(self):
return "%s %s:%s" % (self.forfattningssamling.kortnamn,
self.arsutgava, self.lopnummer)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment