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