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

Method __str__

tools/filelock.py:105–108  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

103 return None
104
105 def __str__(self):
106 temp = "The file lock '{}' could not be acquired."\
107 .format(self.lock_file)
108 return temp
109
110
111# Classes

Callers

nothing calls this directly

Calls 1

formatMethod · 0.45

Tested by

no test coverage detected