MCPcopy
hub / github.com/streamlit/streamlit / type

Method type

lib/streamlit/runtime/stats.py:49–50  ·  view source on GitHub ↗

The OpenMetrics type (e.g. 'gauge', 'counter').

(self)

Source from the content-addressed store, hash-verified

47
48 @property
49 def type(self) -> str:
50 """The OpenMetrics type (e.g. 'gauge', 'counter')."""
51
52 @property
53 def unit(self) -> str:

Calls

no outgoing calls