MCPcopy Create free account
hub / github.com/PlatformLab/NanoLog / __eq__

Method __eq__

preprocessor/docopt.py:34–35  ·  view source on GitHub ↗
(self, other)

Source from the content-addressed store, hash-verified

32class Pattern(object):
33
34 def __eq__(self, other):
35 return repr(self) == repr(other)
36
37 def __hash__(self):
38 return hash(repr(self))

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected