prediction-market-agent-tooling 0.61.1.dev461__py3-none-any.whl → 0.61.1.dev462__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- prediction_market_agent_tooling/tools/_generic_value.py +8 -6
- {prediction_market_agent_tooling-0.61.1.dev461.dist-info → prediction_market_agent_tooling-0.61.1.dev462.dist-info}/METADATA +1 -1
- {prediction_market_agent_tooling-0.61.1.dev461.dist-info → prediction_market_agent_tooling-0.61.1.dev462.dist-info}/RECORD +6 -6
- {prediction_market_agent_tooling-0.61.1.dev461.dist-info → prediction_market_agent_tooling-0.61.1.dev462.dist-info}/LICENSE +0 -0
- {prediction_market_agent_tooling-0.61.1.dev461.dist-info → prediction_market_agent_tooling-0.61.1.dev462.dist-info}/WHEEL +0 -0
- {prediction_market_agent_tooling-0.61.1.dev461.dist-info → prediction_market_agent_tooling-0.61.1.dev462.dist-info}/entry_points.txt +0 -0
@@ -95,12 +95,14 @@ class _GenericValue(
|
|
95
95
|
return type(self)(self.value * (other if isinstance(other, (int, float)) else other.value)) # type: ignore
|
96
96
|
|
97
97
|
@overload
|
98
|
-
def __truediv__(self: GenericValueType, other: int | float) -> GenericValueType:
|
98
|
+
def __truediv__(self: GenericValueType, other: int | float) -> GenericValueType:
|
99
|
+
...
|
99
100
|
|
100
101
|
@overload
|
101
102
|
def __truediv__(
|
102
103
|
self: GenericValueType, other: GenericValueType
|
103
|
-
) -> InternalValueType:
|
104
|
+
) -> InternalValueType:
|
105
|
+
...
|
104
106
|
|
105
107
|
def __truediv__(
|
106
108
|
self: GenericValueType, other: GenericValueType | int | float
|
@@ -117,14 +119,14 @@ class _GenericValue(
|
|
117
119
|
return self.value / other.value # type: ignore
|
118
120
|
|
119
121
|
@overload
|
120
|
-
def __floordiv__(
|
121
|
-
|
122
|
-
) -> GenericValueType: ...
|
122
|
+
def __floordiv__(self: GenericValueType, other: int | float) -> GenericValueType:
|
123
|
+
...
|
123
124
|
|
124
125
|
@overload
|
125
126
|
def __floordiv__(
|
126
127
|
self: GenericValueType, other: GenericValueType
|
127
|
-
) -> InternalValueType:
|
128
|
+
) -> InternalValueType:
|
129
|
+
...
|
128
130
|
|
129
131
|
def __floordiv__(
|
130
132
|
self: GenericValueType, other: GenericValueType | int | float
|
@@ -74,7 +74,7 @@ prediction_market_agent_tooling/monitor/monitor.py,sha256=yvSXwV-3DSAm3vsFZnFC9j
|
|
74
74
|
prediction_market_agent_tooling/monitor/monitor_app.py,sha256=-_6w_ZvQ-Ad5qaeuo7NKTXUOOZ_6OrR8jMe25BGOY4k,4615
|
75
75
|
prediction_market_agent_tooling/monitor/monitor_settings.py,sha256=Xiozs3AsufuJ04JOe1vjUri-IAMWHjjmc2ugGGiHNH4,947
|
76
76
|
prediction_market_agent_tooling/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
77
|
-
prediction_market_agent_tooling/tools/_generic_value.py,sha256=
|
77
|
+
prediction_market_agent_tooling/tools/_generic_value.py,sha256=7mRbslShqtQYKlYtFHTWB68cXmDAgy8TW8vTBlbvQXg,9969
|
78
78
|
prediction_market_agent_tooling/tools/balances.py,sha256=9MpTTnquwjflTYYo1e0w48iOTceBuQV_6PfvywrTlFk,989
|
79
79
|
prediction_market_agent_tooling/tools/betting_strategies/kelly_criterion.py,sha256=cui0wc7InSG-GdFvrJ3ypxAvHBTnv7UAFR6QOm6pI8A,4813
|
80
80
|
prediction_market_agent_tooling/tools/betting_strategies/market_moving.py,sha256=uG11UAzM6C0ZKTS7SyT1iVsTs6O13y8_o8RAtm29HFg,5432
|
@@ -120,8 +120,8 @@ prediction_market_agent_tooling/tools/tokens/usd.py,sha256=0GU7RiWGlu7yDctGeWJeL
|
|
120
120
|
prediction_market_agent_tooling/tools/transaction_cache.py,sha256=K5YKNL2_tR10Iw2TD9fuP-CTGpBbZtNdgbd0B_R7pjg,1814
|
121
121
|
prediction_market_agent_tooling/tools/utils.py,sha256=7P1veh76ni-0EfT7MlRlLE9hHUU498UOx70Lwxe7UaM,6536
|
122
122
|
prediction_market_agent_tooling/tools/web3_utils.py,sha256=eYCc1iWAVtqDKUPTwnMUHuYolPdwh_OTiM3-AdRgDp4,12198
|
123
|
-
prediction_market_agent_tooling-0.61.1.
|
124
|
-
prediction_market_agent_tooling-0.61.1.
|
125
|
-
prediction_market_agent_tooling-0.61.1.
|
126
|
-
prediction_market_agent_tooling-0.61.1.
|
127
|
-
prediction_market_agent_tooling-0.61.1.
|
123
|
+
prediction_market_agent_tooling-0.61.1.dev462.dist-info/LICENSE,sha256=6or154nLLU6bELzjh0mCreFjt0m2v72zLi3yHE0QbeE,7650
|
124
|
+
prediction_market_agent_tooling-0.61.1.dev462.dist-info/METADATA,sha256=HMaLAX2VekKozaAuhfEwhxF4Ieh_UDfRgJ4LDu_lisM,8696
|
125
|
+
prediction_market_agent_tooling-0.61.1.dev462.dist-info/WHEEL,sha256=XbeZDeTWKc1w7CSIyre5aMDU_-PohRwTQceYnisIYYY,88
|
126
|
+
prediction_market_agent_tooling-0.61.1.dev462.dist-info/entry_points.txt,sha256=m8PukHbeH5g0IAAmOf_1Ahm-sGAMdhSSRQmwtpmi2s8,81
|
127
|
+
prediction_market_agent_tooling-0.61.1.dev462.dist-info/RECORD,,
|
File without changes
|
File without changes
|