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

Method _get_lock_path

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

Source from the content-addressed store, hash-verified

561 lambda: self._box._dump_message(None, output))
562
563 def _get_lock_path(self):
564 # Return the path of the dot lock file. May be overridden.
565 return self._path + '.lock'
566
567
568class TestMailboxSuperclass(TestBase, unittest.TestCase):

Callers 1

test_lock_unlockMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected