MCPcopy Index your code
hub / github.com/python/cpython / get_date

Method get_date

Lib/mailbox.py:1651–1653  ·  view source on GitHub ↗

Return delivery date of message, in seconds since the epoch.

(self)

Source from the content-addressed store, hash-verified

1649 self.set_flags(''.join(set(self.get_flags()) - set(flag)))
1650
1651 def get_date(self):
1652 """Return delivery date of message, in seconds since the epoch."""
1653 return self._date
1654
1655 def set_date(self, date):
1656 """Set delivery date of message, in seconds since the epoch."""

Callers 6

_explain_toMethod · 0.95
test_dateMethod · 0.95
addMethod · 0.80
__setitem__Method · 0.80

Calls

no outgoing calls

Tested by 3

test_dateMethod · 0.76