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

Method _op

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

Source from the content-addressed store, hash-verified

169 A class analogous to NaN that has operations defined for any type.
170 """
171 def _op(self, other):
172 return self # Operation with NotAValue returns NotAValue
173
174 def _cmp(self, other):
175 return False

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected