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:384–386 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
382
s = Summary(
'test'
,
'help'
, labelnames=(
'label'
,), registry=self.registry)
383
384
def
manager():
385
with
s.time():
386
pass
387
388
assert_not_observable(manager)
389
Callers
nothing calls this directly
Calls
1
time
Method · 0.45
Tested by
no test coverage detected