(self)
| 114 | return |
| 115 | |
| 116 | def get(self): |
| 117 | with lock: |
| 118 | self.__check_for_pid_change() |
| 119 | return self._value |
| 120 | |
| 121 | def get_exemplar(self): |
| 122 | # TODO: Implement exemplars for multiprocess mode. |
nothing calls this directly
no test coverage detected