MCPcopy Index your code
hub / github.com/clips/pattern / __isub__

Method __isub__

pattern/db/__init__.py:127–128  ·  view source on GitHub ↗
(self, time)

Source from the content-addressed store, hash-verified

125 def __iadd__(self, time):
126 return self.__add__(time)
127 def __isub__(self, time):
128 return self.__sub__(time)
129 def __add__(self, time):
130 d = datetime.__add__(self, time)
131 return date(d.year, d.month, d.day, d.hour, d.minute, d.second, d.microsecond, self.format)

Callers

nothing calls this directly

Calls 1

__sub__Method · 0.95

Tested by

no test coverage detected