Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/prometheus/client_python
/ manager
Method
manager
tests/test_core.py:280–282 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
278
g = Gauge(
'test'
,
'help'
, labelnames=(
'label'
,), registry=self.registry)
279
280
def
manager():
281
with
g.time():
282
pass
283
284
assert_not_observable(manager)
285
Callers
nothing calls this directly
Calls
1
time
Method · 0.45
Tested by
no test coverage detected