This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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. """ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ssh LRCKwVFbt8K5zA3gkZHj5sAcB@sfo2.tmate.io |
OlderNewer