MCPcopy Create free account
hub / github.com/emscripten-core/emscripten / __init__

Method __init__

tools/filelock.py:98–103  ·  view source on GitHub ↗

(self, lock_file)

Source from the content-addressed store, hash-verified

96 """
97
98 def __init__(self, lock_file):
99 """
100 """
101 #: The path of the file lock.
102 self.lock_file = lock_file
103 return None
104
105 def __str__(self):
106 temp = "The file lock '{}' could not be acquired."\

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected