MCPcopy 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_dateMethod · 0.80
test_formatMethod · 0.80
test_timestampMethod · 0.80
test_timeMethod · 0.80
test_escapeMethod · 0.80
test_groupMethod · 0.80
setUpMethod · 0.80
test_csvMethod · 0.80

Calls 1

getMethod · 0.45

Tested by 8

test_dateMethod · 0.64
test_formatMethod · 0.64
test_timestampMethod · 0.64
test_timeMethod · 0.64
test_escapeMethod · 0.64
test_groupMethod · 0.64
setUpMethod · 0.64
test_csvMethod · 0.64