We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
TypeAlias
1 parent 4836e71 commit 5afdd54Copy full SHA for 5afdd54
stdlib/profiling/sampling/live_collector/trend_tracker.pyi
@@ -1,6 +1,7 @@
1
from typing import Any, Literal
2
+from typing_extensions import TypeAlias
3
-TrendDirection = Literal["up", "down", "stable"]
4
+TrendDirection: TypeAlias = Literal["up", "down", "stable"]
5
6
class TrendTracker:
7
CHANGE_THRESHOLD: float
0 commit comments