Summary
Shortlog
Changelog
Graph
Tags
Bookmarks
Branches
Files
Help
Search
Lichen
tests/operator_syntax.py
581:7c5a7efcaf14
279:22aea7bc1acd
2017-02-13
Paul Boddie
raw
annotate
files
changeset
graph
Added __str__ to the wrapper class to delegate to wrapped objects.
method-wrapper-for-context
1
print
1
==
1
# True
2
print
1
!=
1
# False
3
print
1
==
"one"
# False
4
print
1
!=
"one"
# True