Skip to content

Instantly share code, notes, and snippets.

@sYnfo
Created May 7, 2012 18:09
Show Gist options
  • Save sYnfo/2629378 to your computer and use it in GitHub Desktop.
Save sYnfo/2629378 to your computer and use it in GitHub Desktop.
try:
self.__root
except AttributeError:
self.__hardroot = _Link()
self.__root = root = _proxy(self.__hardroot)
root.prev = root.next = root
self.__map = {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment