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

Method __iadd__

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

Source from the content-addressed store, hash-verified

123 def __repr__(self):
124 return "Date(%s)" % repr(self.__str__())
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):

Callers

nothing calls this directly

Calls 1

__add__Method · 0.95

Tested by

no test coverage detected