MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / get_subdir

Method get_subdir

tools/python-3.11.9-amd64/Lib/mailbox.py:1539–1541  ·  view source on GitHub ↗

Return 'new' or 'cur'.

(self)

Source from the content-addressed store, hash-verified

1537 Message.__init__(self, message)
1538
1539 def get_subdir(self):
1540 """Return 'new' or 'cur'."""
1541 return self._subdir
1542
1543 def set_subdir(self, subdir):
1544 """Set subdir to 'new' or 'cur'."""

Callers 2

_explain_toMethod · 0.95
addMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected