fake-bpy-module 20240601__py3-none-any.whl → 20240604__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.

Potentially problematic release.


This version of fake-bpy-module might be problematic. Click here for more details.

Files changed (106) hide show
  1. aud/__init__.pyi +4 -4
  2. bl_console_utils/autocomplete/intellisense/__init__.pyi +2 -4
  3. bl_ui/generic_ui_list/__init__.pyi +2 -2
  4. bl_ui/space_sequencer/__init__.pyi +14 -0
  5. bl_ui/space_userpref/__init__.pyi +234 -0
  6. bl_ui/space_view3d/__init__.pyi +810 -0
  7. blf/__init__.pyi +4 -4
  8. bmesh/ops/__init__.pyi +97 -82
  9. bmesh/types/__init__.pyi +37 -32
  10. bmesh/utils/__init__.pyi +2 -4
  11. bpy/ops/action/__init__.pyi +152 -152
  12. bpy/ops/anim/__init__.pyi +216 -216
  13. bpy/ops/armature/__init__.pyi +192 -192
  14. bpy/ops/asset/__init__.pyi +64 -64
  15. bpy/ops/boid/__init__.pyi +32 -32
  16. bpy/ops/brush/__init__.pyi +36 -36
  17. bpy/ops/buttons/__init__.pyi +24 -24
  18. bpy/ops/cachefile/__init__.pyi +20 -20
  19. bpy/ops/camera/__init__.pyi +8 -8
  20. bpy/ops/clip/__init__.pyi +368 -368
  21. bpy/ops/cloth/__init__.pyi +4 -4
  22. bpy/ops/collection/__init__.pyi +36 -36
  23. bpy/ops/console/__init__.pyi +84 -84
  24. bpy/ops/constraint/__init__.pyi +72 -72
  25. bpy/ops/curve/__init__.pyi +204 -204
  26. bpy/ops/curves/__init__.pyi +108 -108
  27. bpy/ops/cycles/__init__.pyi +12 -12
  28. bpy/ops/dpaint/__init__.pyi +20 -20
  29. bpy/ops/ed/__init__.pyi +48 -48
  30. bpy/ops/export_anim/__init__.pyi +4 -4
  31. bpy/ops/export_scene/__init__.pyi +8 -8
  32. bpy/ops/extensions/__init__.pyi +123 -109
  33. bpy/ops/file/__init__.pyi +160 -160
  34. bpy/ops/fluid/__init__.pyi +56 -56
  35. bpy/ops/font/__init__.pyi +92 -92
  36. bpy/ops/geometry/__init__.pyi +40 -40
  37. bpy/ops/gizmogroup/__init__.pyi +8 -8
  38. bpy/ops/gpencil/__init__.pyi +600 -600
  39. bpy/ops/graph/__init__.pyi +260 -260
  40. bpy/ops/grease_pencil/__init__.pyi +292 -292
  41. bpy/ops/image/__init__.pyi +192 -192
  42. bpy/ops/import_anim/__init__.pyi +4 -4
  43. bpy/ops/import_curve/__init__.pyi +4 -4
  44. bpy/ops/import_scene/__init__.pyi +8 -8
  45. bpy/ops/info/__init__.pyi +28 -28
  46. bpy/ops/lattice/__init__.pyi +32 -32
  47. bpy/ops/marker/__init__.pyi +44 -44
  48. bpy/ops/mask/__init__.pyi +156 -156
  49. bpy/ops/material/__init__.pyi +12 -12
  50. bpy/ops/mball/__init__.pyi +32 -32
  51. bpy/ops/mesh/__init__.pyi +652 -652
  52. bpy/ops/nla/__init__.pyi +156 -156
  53. bpy/ops/node/__init__.pyi +416 -416
  54. bpy/ops/object/__init__.pyi +984 -984
  55. bpy/ops/outliner/__init__.pyi +284 -284
  56. bpy/ops/paint/__init__.pyi +220 -220
  57. bpy/ops/paintcurve/__init__.pyi +32 -32
  58. bpy/ops/palette/__init__.pyi +28 -28
  59. bpy/ops/particle/__init__.pyi +144 -144
  60. bpy/ops/pose/__init__.pyi +156 -156
  61. bpy/ops/poselib/__init__.pyi +36 -36
  62. bpy/ops/preferences/__init__.pyi +148 -148
  63. bpy/ops/ptcache/__init__.pyi +28 -28
  64. bpy/ops/render/__init__.pyi +48 -48
  65. bpy/ops/rigidbody/__init__.pyi +52 -52
  66. bpy/ops/scene/__init__.pyi +156 -156
  67. bpy/ops/screen/__init__.pyi +156 -156
  68. bpy/ops/script/__init__.pyi +12 -12
  69. bpy/ops/sculpt/__init__.pyi +144 -144
  70. bpy/ops/sculpt_curves/__init__.pyi +16 -16
  71. bpy/ops/sequencer/__init__.pyi +364 -340
  72. bpy/ops/sound/__init__.pyi +28 -28
  73. bpy/ops/spreadsheet/__init__.pyi +16 -16
  74. bpy/ops/surface/__init__.pyi +24 -24
  75. bpy/ops/text/__init__.pyi +172 -172
  76. bpy/ops/text_editor/__init__.pyi +4 -4
  77. bpy/ops/texture/__init__.pyi +16 -16
  78. bpy/ops/transform/__init__.pyi +111 -108
  79. bpy/ops/ui/__init__.pyi +132 -132
  80. bpy/ops/uilist/__init__.pyi +12 -12
  81. bpy/ops/uv/__init__.pyi +196 -196
  82. bpy/ops/view2d/__init__.pyi +56 -56
  83. bpy/ops/view3d/__init__.pyi +268 -268
  84. bpy/ops/wm/__init__.pyi +448 -448
  85. bpy/ops/workspace/__init__.pyi +28 -28
  86. bpy/ops/world/__init__.pyi +8 -8
  87. bpy/path/__init__.pyi +18 -18
  88. bpy/props/__init__.pyi +11 -11
  89. bpy/types/__init__.pyi +1527 -1737
  90. bpy/utils/__init__.pyi +4 -4
  91. bpy_extras/mesh_utils/__init__.pyi +4 -4
  92. bpy_extras/view3d_utils/__init__.pyi +24 -20
  93. bpy_types/__init__.pyi +12 -7
  94. {fake_bpy_module-20240601.dist-info → fake_bpy_module-20240604.dist-info}/METADATA +1 -1
  95. {fake_bpy_module-20240601.dist-info → fake_bpy_module-20240604.dist-info}/RECORD +106 -106
  96. freestyle/types/__init__.pyi +64 -64
  97. freestyle/utils/__init__.pyi +2 -2
  98. gpu/matrix/__init__.pyi +15 -6
  99. gpu/state/__init__.pyi +2 -2
  100. gpu/types/__init__.pyi +6 -4
  101. gpu_extras/presets/__init__.pyi +8 -4
  102. imbuf/__init__.pyi +4 -4
  103. mathutils/__init__.pyi +292 -187
  104. mathutils/geometry/__init__.pyi +2 -5
  105. {fake_bpy_module-20240601.dist-info → fake_bpy_module-20240604.dist-info}/WHEEL +0 -0
  106. {fake_bpy_module-20240601.dist-info → fake_bpy_module-20240604.dist-info}/top_level.txt +0 -0
@@ -6,22 +6,22 @@ GenericType1 = typing.TypeVar("GenericType1")
6
6
  GenericType2 = typing.TypeVar("GenericType2")
7
7
 
8
8
  def add_target(
9
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
10
- execution_context: str | int | None = None,
9
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
10
+ execution_context: int | str | None = None,
11
11
  undo: bool | None = None,
12
12
  ):
13
13
  """Add a target to the constraint
14
14
 
15
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
16
- :type execution_context: str | int | None
15
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
16
+ :type execution_context: int | str | None
17
17
  :type undo: bool | None
18
18
  """
19
19
 
20
20
  ...
21
21
 
22
22
  def apply(
23
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
24
- execution_context: str | int | None = None,
23
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
24
+ execution_context: int | str | None = None,
25
25
  undo: bool | None = None,
26
26
  *,
27
27
  constraint: str | typing.Any = "",
@@ -30,8 +30,8 @@ def apply(
30
30
  ):
31
31
  """Apply constraint and remove from the stack
32
32
 
33
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
34
- :type execution_context: str | int | None
33
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
34
+ :type execution_context: int | str | None
35
35
  :type undo: bool | None
36
36
  :param constraint: Constraint, Name of the constraint to edit
37
37
  :type constraint: str | typing.Any
@@ -50,8 +50,8 @@ def apply(
50
50
  ...
51
51
 
52
52
  def childof_clear_inverse(
53
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
54
- execution_context: str | int | None = None,
53
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
54
+ execution_context: int | str | None = None,
55
55
  undo: bool | None = None,
56
56
  *,
57
57
  constraint: str | typing.Any = "",
@@ -59,8 +59,8 @@ def childof_clear_inverse(
59
59
  ):
60
60
  """Clear inverse correction for Child Of constraint
61
61
 
62
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
63
- :type execution_context: str | int | None
62
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
63
+ :type execution_context: int | str | None
64
64
  :type undo: bool | None
65
65
  :param constraint: Constraint, Name of the constraint to edit
66
66
  :type constraint: str | typing.Any
@@ -77,8 +77,8 @@ def childof_clear_inverse(
77
77
  ...
78
78
 
79
79
  def childof_set_inverse(
80
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
81
- execution_context: str | int | None = None,
80
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
81
+ execution_context: int | str | None = None,
82
82
  undo: bool | None = None,
83
83
  *,
84
84
  constraint: str | typing.Any = "",
@@ -86,8 +86,8 @@ def childof_set_inverse(
86
86
  ):
87
87
  """Set inverse correction for Child Of constraint
88
88
 
89
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
90
- :type execution_context: str | int | None
89
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
90
+ :type execution_context: int | str | None
91
91
  :type undo: bool | None
92
92
  :param constraint: Constraint, Name of the constraint to edit
93
93
  :type constraint: str | typing.Any
@@ -104,8 +104,8 @@ def childof_set_inverse(
104
104
  ...
105
105
 
106
106
  def copy(
107
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
108
- execution_context: str | int | None = None,
107
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
108
+ execution_context: int | str | None = None,
109
109
  undo: bool | None = None,
110
110
  *,
111
111
  constraint: str | typing.Any = "",
@@ -114,8 +114,8 @@ def copy(
114
114
  ):
115
115
  """Duplicate constraint at the same position in the stack
116
116
 
117
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
118
- :type execution_context: str | int | None
117
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
118
+ :type execution_context: int | str | None
119
119
  :type undo: bool | None
120
120
  :param constraint: Constraint, Name of the constraint to edit
121
121
  :type constraint: str | typing.Any
@@ -134,8 +134,8 @@ def copy(
134
134
  ...
135
135
 
136
136
  def copy_to_selected(
137
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
138
- execution_context: str | int | None = None,
137
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
138
+ execution_context: int | str | None = None,
139
139
  undo: bool | None = None,
140
140
  *,
141
141
  constraint: str | typing.Any = "",
@@ -143,8 +143,8 @@ def copy_to_selected(
143
143
  ):
144
144
  """Copy constraint to other selected objects/bones
145
145
 
146
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
147
- :type execution_context: str | int | None
146
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
147
+ :type execution_context: int | str | None
148
148
  :type undo: bool | None
149
149
  :param constraint: Constraint, Name of the constraint to edit
150
150
  :type constraint: str | typing.Any
@@ -161,8 +161,8 @@ def copy_to_selected(
161
161
  ...
162
162
 
163
163
  def delete(
164
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
165
- execution_context: str | int | None = None,
164
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
165
+ execution_context: int | str | None = None,
166
166
  undo: bool | None = None,
167
167
  *,
168
168
  constraint: str | typing.Any = "",
@@ -171,8 +171,8 @@ def delete(
171
171
  ):
172
172
  """Remove constraint from constraint stack
173
173
 
174
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
175
- :type execution_context: str | int | None
174
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
175
+ :type execution_context: int | str | None
176
176
  :type undo: bool | None
177
177
  :param constraint: Constraint, Name of the constraint to edit
178
178
  :type constraint: str | typing.Any
@@ -191,22 +191,22 @@ def delete(
191
191
  ...
192
192
 
193
193
  def disable_keep_transform(
194
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
195
- execution_context: str | int | None = None,
194
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
195
+ execution_context: int | str | None = None,
196
196
  undo: bool | None = None,
197
197
  ):
198
198
  """Set the influence of this constraint to zero while trying to maintain the object's transformation. Other active constraints can still influence the final transformation
199
199
 
200
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
201
- :type execution_context: str | int | None
200
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
201
+ :type execution_context: int | str | None
202
202
  :type undo: bool | None
203
203
  """
204
204
 
205
205
  ...
206
206
 
207
207
  def followpath_path_animate(
208
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
209
- execution_context: str | int | None = None,
208
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
209
+ execution_context: int | str | None = None,
210
210
  undo: bool | None = None,
211
211
  *,
212
212
  constraint: str | typing.Any = "",
@@ -216,8 +216,8 @@ def followpath_path_animate(
216
216
  ):
217
217
  """Add default animation for path used by constraint if it isn't animated already
218
218
 
219
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
220
- :type execution_context: str | int | None
219
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
220
+ :type execution_context: int | str | None
221
221
  :type undo: bool | None
222
222
  :param constraint: Constraint, Name of the constraint to edit
223
223
  :type constraint: str | typing.Any
@@ -238,8 +238,8 @@ def followpath_path_animate(
238
238
  ...
239
239
 
240
240
  def limitdistance_reset(
241
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
242
- execution_context: str | int | None = None,
241
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
242
+ execution_context: int | str | None = None,
243
243
  undo: bool | None = None,
244
244
  *,
245
245
  constraint: str | typing.Any = "",
@@ -247,8 +247,8 @@ def limitdistance_reset(
247
247
  ):
248
248
  """Reset limiting distance for Limit Distance Constraint
249
249
 
250
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
251
- :type execution_context: str | int | None
250
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
251
+ :type execution_context: int | str | None
252
252
  :type undo: bool | None
253
253
  :param constraint: Constraint, Name of the constraint to edit
254
254
  :type constraint: str | typing.Any
@@ -265,8 +265,8 @@ def limitdistance_reset(
265
265
  ...
266
266
 
267
267
  def move_down(
268
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
269
- execution_context: str | int | None = None,
268
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
269
+ execution_context: int | str | None = None,
270
270
  undo: bool | None = None,
271
271
  *,
272
272
  constraint: str | typing.Any = "",
@@ -274,8 +274,8 @@ def move_down(
274
274
  ):
275
275
  """Move constraint down in constraint stack
276
276
 
277
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
278
- :type execution_context: str | int | None
277
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
278
+ :type execution_context: int | str | None
279
279
  :type undo: bool | None
280
280
  :param constraint: Constraint, Name of the constraint to edit
281
281
  :type constraint: str | typing.Any
@@ -292,8 +292,8 @@ def move_down(
292
292
  ...
293
293
 
294
294
  def move_to_index(
295
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
296
- execution_context: str | int | None = None,
295
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
296
+ execution_context: int | str | None = None,
297
297
  undo: bool | None = None,
298
298
  *,
299
299
  constraint: str | typing.Any = "",
@@ -302,8 +302,8 @@ def move_to_index(
302
302
  ):
303
303
  """Change the constraint's position in the list so it evaluates after the set number of others
304
304
 
305
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
306
- :type execution_context: str | int | None
305
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
306
+ :type execution_context: int | str | None
307
307
  :type undo: bool | None
308
308
  :param constraint: Constraint, Name of the constraint to edit
309
309
  :type constraint: str | typing.Any
@@ -322,8 +322,8 @@ def move_to_index(
322
322
  ...
323
323
 
324
324
  def move_up(
325
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
326
- execution_context: str | int | None = None,
325
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
326
+ execution_context: int | str | None = None,
327
327
  undo: bool | None = None,
328
328
  *,
329
329
  constraint: str | typing.Any = "",
@@ -331,8 +331,8 @@ def move_up(
331
331
  ):
332
332
  """Move constraint up in constraint stack
333
333
 
334
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
335
- :type execution_context: str | int | None
334
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
335
+ :type execution_context: int | str | None
336
336
  :type undo: bool | None
337
337
  :param constraint: Constraint, Name of the constraint to edit
338
338
  :type constraint: str | typing.Any
@@ -349,22 +349,22 @@ def move_up(
349
349
  ...
350
350
 
351
351
  def normalize_target_weights(
352
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
353
- execution_context: str | int | None = None,
352
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
353
+ execution_context: int | str | None = None,
354
354
  undo: bool | None = None,
355
355
  ):
356
356
  """Normalize weights of all target bones
357
357
 
358
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
359
- :type execution_context: str | int | None
358
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
359
+ :type execution_context: int | str | None
360
360
  :type undo: bool | None
361
361
  """
362
362
 
363
363
  ...
364
364
 
365
365
  def objectsolver_clear_inverse(
366
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
367
- execution_context: str | int | None = None,
366
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
367
+ execution_context: int | str | None = None,
368
368
  undo: bool | None = None,
369
369
  *,
370
370
  constraint: str | typing.Any = "",
@@ -372,8 +372,8 @@ def objectsolver_clear_inverse(
372
372
  ):
373
373
  """Clear inverse correction for Object Solver constraint
374
374
 
375
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
376
- :type execution_context: str | int | None
375
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
376
+ :type execution_context: int | str | None
377
377
  :type undo: bool | None
378
378
  :param constraint: Constraint, Name of the constraint to edit
379
379
  :type constraint: str | typing.Any
@@ -390,8 +390,8 @@ def objectsolver_clear_inverse(
390
390
  ...
391
391
 
392
392
  def objectsolver_set_inverse(
393
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
394
- execution_context: str | int | None = None,
393
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
394
+ execution_context: int | str | None = None,
395
395
  undo: bool | None = None,
396
396
  *,
397
397
  constraint: str | typing.Any = "",
@@ -399,8 +399,8 @@ def objectsolver_set_inverse(
399
399
  ):
400
400
  """Set inverse correction for Object Solver constraint
401
401
 
402
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
403
- :type execution_context: str | int | None
402
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
403
+ :type execution_context: int | str | None
404
404
  :type undo: bool | None
405
405
  :param constraint: Constraint, Name of the constraint to edit
406
406
  :type constraint: str | typing.Any
@@ -417,16 +417,16 @@ def objectsolver_set_inverse(
417
417
  ...
418
418
 
419
419
  def remove_target(
420
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
421
- execution_context: str | int | None = None,
420
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
421
+ execution_context: int | str | None = None,
422
422
  undo: bool | None = None,
423
423
  *,
424
424
  index: typing.Any | None = 0,
425
425
  ):
426
426
  """Remove the target from the constraint
427
427
 
428
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
429
- :type execution_context: str | int | None
428
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
429
+ :type execution_context: int | str | None
430
430
  :type undo: bool | None
431
431
  :param index: index
432
432
  :type index: typing.Any | None
@@ -435,8 +435,8 @@ def remove_target(
435
435
  ...
436
436
 
437
437
  def stretchto_reset(
438
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
439
- execution_context: str | int | None = None,
438
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
439
+ execution_context: int | str | None = None,
440
440
  undo: bool | None = None,
441
441
  *,
442
442
  constraint: str | typing.Any = "",
@@ -444,8 +444,8 @@ def stretchto_reset(
444
444
  ):
445
445
  """Reset original length of bone for Stretch To Constraint
446
446
 
447
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
448
- :type execution_context: str | int | None
447
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
448
+ :type execution_context: int | str | None
449
449
  :type undo: bool | None
450
450
  :param constraint: Constraint, Name of the constraint to edit
451
451
  :type constraint: str | typing.Any