MCPcopy Index your code
hub / github.com/RustPython/RustPython / get_date

Method get_date

Lib/mailbox.py:1644–1646  ·  view source on GitHub ↗

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

(self)

Source from the content-addressed store, hash-verified

1642 self.set_flags(''.join(set(self.get_flags()) - set(flag)))
1643
1644 def get_date(self):
1645 """Return delivery date of message, in seconds since the epoch."""
1646 return self._date
1647
1648 def set_date(self, date):
1649 """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