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

Method close

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

Source from the content-addressed store, hash-verified

1513 self.closed = False
1514
1515 def close(self):
1516 self.closed = True
1517
1518
1519class 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