Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clips/pattern
/ __repr__
Method
__repr__
pattern/db/__init__.py:123–124 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
121
def
__str__(self):
122
return
self.strftime(self.format)
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):
Callers
nothing calls this directly
Calls
1
__str__
Method · 0.95
Tested by
no test coverage detected