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

Method close

Lib/test/test_mailbox.py:1530–1531  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1528 self.closed = False
1529
1530 def close(self):
1531 self.closed = True
1532
1533
1534class FakeMailBox(mailbox.Mailbox):

Callers 15

tearDownMethod · 0.45
test_getMethod · 0.45
_test_flush_or_closeMethod · 0.45
test_create_tmpMethod · 0.45
tearDownMethod · 0.45
test_open_close_openMethod · 0.45
test_add_and_closeMethod · 0.45
test_relockMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected