MCPcopy Index your code
hub / github.com/prometheus/client_python / get

Method get

prometheus_client/values.py:116–119  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

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.

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected