Skip to content

Instantly share code, notes, and snippets.

View nicolashahn's full-sized avatar

Nicolas Hahn nicolashahn

View GitHub Profile
class NotIn:
def __repr__(self):
return "<not in dict>"
NOT_IN = NotIn()
def ddiff(A, B):
""" Create a dict that shows the difference between two dicts. """
ssh LRCKwVFbt8K5zA3gkZHj5sAcB@sfo2.tmate.io