Table of Contents
Object usable as a protocol by adapt()
adapt()
__eq__ ( other )
Protocols must be comparable with == and !=
__hash__ ()
Protocols must be usable as dictionary keys
__ne__ ( other )