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

Method _get_lock_path

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

Source from the content-addressed store, hash-verified

555 lambda: self._box._dump_message(None, output))
556
557 def _get_lock_path(self):
558 # Return the path of the dot lock file. May be overridden.
559 return self._path + '.lock'
560
561
562class TestMailboxSuperclass(TestBase, unittest.TestCase):

Callers 1

test_lock_unlockMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected