@@ -46,7 +46,7 @@ def emit(
46
46
Dumper = ...,
47
47
canonical : bool | None = ...,
48
48
indent : int | None = ...,
49
- width : float | None = ...,
49
+ width : int | _Inf | None = ...,
50
50
allow_unicode : bool | None = ...,
51
51
line_break : str | None = ...,
52
52
): ...
@@ -57,7 +57,7 @@ def serialize_all(
57
57
Dumper = ...,
58
58
canonical : bool | None = ...,
59
59
indent : int | None = ...,
60
- width : float | None = ...,
60
+ width : int | _Inf | None = ...,
61
61
allow_unicode : bool | None = ...,
62
62
line_break : str | None = ...,
63
63
encoding : str | None = ...,
@@ -73,7 +73,7 @@ def serialize_all(
73
73
Dumper = ...,
74
74
canonical : bool | None = ...,
75
75
indent : int | None = ...,
76
- width : float | None = ...,
76
+ width : int | _Inf | None = ...,
77
77
allow_unicode : bool | None = ...,
78
78
line_break : str | None = ...,
79
79
encoding : str | None = ...,
@@ -90,7 +90,7 @@ def serialize(
90
90
* ,
91
91
canonical : bool | None = ...,
92
92
indent : int | None = ...,
93
- width : float | None = ...,
93
+ width : int | _Inf | None = ...,
94
94
allow_unicode : bool | None = ...,
95
95
line_break : str | None = ...,
96
96
encoding : str | None = ...,
@@ -107,7 +107,7 @@ def serialize(
107
107
* ,
108
108
canonical : bool | None = ...,
109
109
indent : int | None = ...,
110
- width : float | None = ...,
110
+ width : int | _Inf | None = ...,
111
111
allow_unicode : bool | None = ...,
112
112
line_break : str | None = ...,
113
113
encoding : str | None = ...,
@@ -125,7 +125,7 @@ def dump_all(
125
125
default_flow_style : bool | None = ...,
126
126
canonical : bool | None = ...,
127
127
indent : int | None = ...,
128
- width : float | None = ...,
128
+ width : int | _Inf | None = ...,
129
129
allow_unicode : bool | None = ...,
130
130
line_break : str | None = ...,
131
131
encoding : str | None = ...,
@@ -144,7 +144,7 @@ def dump_all(
144
144
default_flow_style : bool | None = ...,
145
145
canonical : bool | None = ...,
146
146
indent : int | None = ...,
147
- width : float | None = ...,
147
+ width : int | _Inf | None = ...,
148
148
allow_unicode : bool | None = ...,
149
149
line_break : str | None = ...,
150
150
encoding : str | None = ...,
@@ -164,7 +164,7 @@ def dump(
164
164
default_flow_style : bool | None = ...,
165
165
canonical : bool | None = ...,
166
166
indent : int | None = ...,
167
- width : float | None = ...,
167
+ width : int | _Inf | None = ...,
168
168
allow_unicode : bool | None = ...,
169
169
line_break : str | None = ...,
170
170
encoding : str | None = ...,
@@ -184,7 +184,7 @@ def dump(
184
184
default_flow_style : bool | None = ...,
185
185
canonical : bool | None = ...,
186
186
indent : int | None = ...,
187
- width : float | None = ...,
187
+ width : int | _Inf | None = ...,
188
188
allow_unicode : bool | None = ...,
189
189
line_break : str | None = ...,
190
190
encoding : str | None = ...,
@@ -203,7 +203,7 @@ def safe_dump_all(
203
203
default_flow_style : bool | None = ...,
204
204
canonical : bool | None = ...,
205
205
indent : int | None = ...,
206
- width : float | None = ...,
206
+ width : int | _Inf | None = ...,
207
207
allow_unicode : bool | None = ...,
208
208
line_break : str | None = ...,
209
209
encoding : str | None = ...,
@@ -222,7 +222,7 @@ def safe_dump_all(
222
222
default_flow_style : bool | None = ...,
223
223
canonical : bool | None = ...,
224
224
indent : int | None = ...,
225
- width : float | None = ...,
225
+ width : int | _Inf | None = ...,
226
226
allow_unicode : bool | None = ...,
227
227
line_break : str | None = ...,
228
228
encoding : str | None = ...,
@@ -241,7 +241,7 @@ def safe_dump(
241
241
default_flow_style : bool | None = ...,
242
242
canonical : bool | None = ...,
243
243
indent : int | None = ...,
244
- width : float | None = ...,
244
+ width : int | _Inf | None = ...,
245
245
allow_unicode : bool | None = ...,
246
246
line_break : str | None = ...,
247
247
encoding : str | None = ...,
@@ -260,7 +260,7 @@ def safe_dump(
260
260
default_flow_style : bool | None = ...,
261
261
canonical : bool | None = ...,
262
262
indent : int | None = ...,
263
- width : float | None = ...,
263
+ width : int | _Inf | None = ...,
264
264
allow_unicode : bool | None = ...,
265
265
line_break : str | None = ...,
266
266
encoding : str | None = ...,
0 commit comments