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

Method get_subdir

Lib/mailbox.py:1613–1615  ·  view source on GitHub ↗

Return 'new' or 'cur'.

(self)

Source from the content-addressed store, hash-verified

1611 Message.__init__(self, message)
1612
1613 def get_subdir(self):
1614 """Return 'new' or 'cur'."""
1615 return self._subdir
1616
1617 def set_subdir(self, subdir):
1618 """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