Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clips/pattern
/ date
Method
date
pattern/web/imap/__init__.py:293–294 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
291
return
self.get(FROM, None)
292
@property
293
def
date(self):
294
return
self.get(DATE, None)
295
@property
296
def
subject(self):
297
return
self.get(SUBJECT,
""
)
Callers
8
test_date
Method · 0.80
test_format
Method · 0.80
test_timestamp
Method · 0.80
test_time
Method · 0.80
test_escape
Method · 0.80
test_group
Method · 0.80
setUp
Method · 0.80
test_csv
Method · 0.80
Calls
1
get
Method · 0.45
Tested by
8
test_date
Method · 0.64
test_format
Method · 0.64
test_timestamp
Method · 0.64
test_time
Method · 0.64
test_escape
Method · 0.64
test_group
Method · 0.64
setUp
Method · 0.64
test_csv
Method · 0.64