MCPcopy Create free account
hub / github.com/dateutil/dateutil / __eq__

Method __eq__

tests/_common.py:199–200  ·  view source on GitHub ↗
(self, other)

Source from the content-addressed store, hash-verified

197 """
198
199 def __eq__(self, other):
200 return True
201
202 def __ne__(self, other):
203 return False

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected