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

Method get_subdir

Lib/mailbox.py:1620–1622  ·  view source on GitHub ↗

Return 'new' or 'cur'.

(self)

Source from the content-addressed store, hash-verified

1618 Message.__init__(self, message)
1619
1620 def get_subdir(self):
1621 """Return 'new' or 'cur'."""
1622 return self._subdir
1623
1624 def set_subdir(self, subdir):
1625 """Set subdir to 'new' or 'cur'."""

Callers 10

_explain_toMethod · 0.95
test_subdirMethod · 0.95
test_flagsMethod · 0.95
addMethod · 0.80
test_get_MMMethod · 0.80
test_set_MMMethod · 0.80
test_mh_to_maildirMethod · 0.80
test_babyl_to_maildirMethod · 0.80

Calls

no outgoing calls

Tested by 8

test_subdirMethod · 0.76
test_flagsMethod · 0.76
test_get_MMMethod · 0.64
test_set_MMMethod · 0.64
test_mh_to_maildirMethod · 0.64
test_babyl_to_maildirMethod · 0.64