fake-bpy-module 20240327__py3-none-any.whl → 20240329__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 (114) hide show
  1. aud/__init__.pyi +34 -96
  2. bgl/__init__.pyi +1265 -2417
  3. bl_math/__init__.pyi +3 -14
  4. bl_ui/space_toolsystem_toolbar/__init__.pyi +3 -0
  5. blf/__init__.pyi +13 -50
  6. bmesh/ops/__init__.pyi +68 -142
  7. bmesh/types/__init__.pyi +18 -44
  8. bmesh/utils/__init__.pyi +2 -6
  9. bpy/app/icons/__init__.pyi +2 -4
  10. bpy/app/timers/__init__.pyi +2 -6
  11. bpy/ops/action/__init__.pyi +92 -93
  12. bpy/ops/anim/__init__.pyi +104 -104
  13. bpy/ops/armature/__init__.pyi +108 -112
  14. bpy/ops/asset/__init__.pyi +32 -32
  15. bpy/ops/boid/__init__.pyi +18 -18
  16. bpy/ops/brush/__init__.pyi +18 -18
  17. bpy/ops/buttons/__init__.pyi +12 -12
  18. bpy/ops/cachefile/__init__.pyi +10 -10
  19. bpy/ops/camera/__init__.pyi +4 -4
  20. bpy/ops/clip/__init__.pyi +194 -195
  21. bpy/ops/cloth/__init__.pyi +2 -2
  22. bpy/ops/collection/__init__.pyi +10 -10
  23. bpy/ops/console/__init__.pyi +42 -42
  24. bpy/ops/constraint/__init__.pyi +36 -36
  25. bpy/ops/curve/__init__.pyi +114 -118
  26. bpy/ops/curves/__init__.pyi +55 -53
  27. bpy/ops/cycles/__init__.pyi +6 -6
  28. bpy/ops/dpaint/__init__.pyi +12 -12
  29. bpy/ops/ed/__init__.pyi +24 -24
  30. bpy/ops/export_anim/__init__.pyi +2 -2
  31. bpy/ops/export_mesh/__init__.pyi +2 -2
  32. bpy/ops/export_scene/__init__.pyi +7 -7
  33. bpy/ops/file/__init__.pyi +80 -83
  34. bpy/ops/fluid/__init__.pyi +28 -28
  35. bpy/ops/font/__init__.pyi +46 -46
  36. bpy/ops/geometry/__init__.pyi +38 -38
  37. bpy/ops/gizmogroup/__init__.pyi +4 -4
  38. bpy/ops/gpencil/__init__.pyi +308 -309
  39. bpy/ops/graph/__init__.pyi +150 -151
  40. bpy/ops/grease_pencil/__init__.pyi +114 -115
  41. bpy/ops/image/__init__.pyi +100 -100
  42. bpy/ops/import_anim/__init__.pyi +2 -2
  43. bpy/ops/import_curve/__init__.pyi +2 -2
  44. bpy/ops/import_mesh/__init__.pyi +2 -2
  45. bpy/ops/import_scene/__init__.pyi +6 -6
  46. bpy/ops/info/__init__.pyi +14 -14
  47. bpy/ops/lattice/__init__.pyi +16 -16
  48. bpy/ops/marker/__init__.pyi +22 -22
  49. bpy/ops/mask/__init__.pyi +90 -91
  50. bpy/ops/material/__init__.pyi +6 -6
  51. bpy/ops/mball/__init__.pyi +20 -21
  52. bpy/ops/mesh/__init__.pyi +429 -427
  53. bpy/ops/nla/__init__.pyi +90 -91
  54. bpy/ops/node/__init__.pyi +242 -243
  55. bpy/ops/object/__init__.pyi +572 -567
  56. bpy/ops/outliner/__init__.pyi +142 -142
  57. bpy/ops/paint/__init__.pyi +182 -126
  58. bpy/ops/paintcurve/__init__.pyi +20 -20
  59. bpy/ops/palette/__init__.pyi +14 -14
  60. bpy/ops/particle/__init__.pyi +72 -72
  61. bpy/ops/pose/__init__.pyi +90 -90
  62. bpy/ops/poselib/__init__.pyi +18 -18
  63. bpy/ops/preferences/__init__.pyi +76 -76
  64. bpy/ops/ptcache/__init__.pyi +14 -14
  65. bpy/ops/render/__init__.pyi +24 -24
  66. bpy/ops/rigidbody/__init__.pyi +34 -34
  67. bpy/ops/scene/__init__.pyi +86 -86
  68. bpy/ops/screen/__init__.pyi +84 -84
  69. bpy/ops/script/__init__.pyi +6 -6
  70. bpy/ops/sculpt/__init__.pyi +62 -62
  71. bpy/ops/sculpt_curves/__init__.pyi +8 -8
  72. bpy/ops/sequencer/__init__.pyi +184 -185
  73. bpy/ops/sound/__init__.pyi +16 -16
  74. bpy/ops/spreadsheet/__init__.pyi +8 -8
  75. bpy/ops/surface/__init__.pyi +12 -12
  76. bpy/ops/text/__init__.pyi +86 -86
  77. bpy/ops/text_editor/__init__.pyi +2 -2
  78. bpy/ops/texture/__init__.pyi +8 -8
  79. bpy/ops/transform/__init__.pyi +112 -112
  80. bpy/ops/ui/__init__.pyi +64 -64
  81. bpy/ops/uilist/__init__.pyi +6 -6
  82. bpy/ops/uv/__init__.pyi +104 -105
  83. bpy/ops/view2d/__init__.pyi +28 -28
  84. bpy/ops/view3d/__init__.pyi +134 -134
  85. bpy/ops/wm/__init__.pyi +232 -232
  86. bpy/ops/workspace/__init__.pyi +14 -14
  87. bpy/ops/world/__init__.pyi +2 -2
  88. bpy/props/__init__.pyi +29 -52
  89. bpy/types/__init__.pyi +5257 -3766
  90. bpy/utils/__init__.pyi +3 -6
  91. bpy/utils/units/__init__.pyi +3 -6
  92. bpy_extras/io_utils/__init__.pyi +8 -0
  93. {fake_bpy_module-20240327.dist-info → fake_bpy_module-20240329.dist-info}/METADATA +1 -1
  94. {fake_bpy_module-20240327.dist-info → fake_bpy_module-20240329.dist-info}/RECORD +114 -114
  95. freestyle/chainingiterators/__init__.pyi +5 -12
  96. freestyle/functions/__init__.pyi +19 -73
  97. freestyle/predicates/__init__.pyi +8 -21
  98. freestyle/shaders/__init__.pyi +32 -81
  99. freestyle/types/__init__.pyi +100 -270
  100. freestyle/utils/ContextFunctions/__init__.pyi +7 -27
  101. freestyle/utils/__init__.pyi +1 -2
  102. gpu/capabilities/__init__.pyi +15 -32
  103. gpu/matrix/__init__.pyi +1 -2
  104. gpu/state/__init__.pyi +4 -10
  105. gpu/types/__init__.pyi +29 -87
  106. gpu_extras/presets/__init__.pyi +4 -16
  107. imbuf/types/__init__.pyi +4 -10
  108. mathutils/__init__.pyi +106 -257
  109. mathutils/bvhtree/__init__.pyi +7 -15
  110. mathutils/geometry/__init__.pyi +9 -18
  111. mathutils/kdtree/__init__.pyi +4 -11
  112. mathutils/noise/__init__.pyi +41 -82
  113. {fake_bpy_module-20240327.dist-info → fake_bpy_module-20240329.dist-info}/WHEEL +0 -0
  114. {fake_bpy_module-20240327.dist-info → fake_bpy_module-20240329.dist-info}/top_level.txt +0 -0
@@ -5,7 +5,7 @@ GenericType = typing.TypeVar("GenericType")
5
5
 
6
6
  def preset_add(
7
7
  override_context: typing.Union[dict, bpy.types.Context] = None,
8
- execution_context: typing.Union[str, int] = None,
8
+ execution_context: str = None,
9
9
  undo: bool = None,
10
10
  name: typing.Union[str, typing.Any] = "",
11
11
  remove_name: typing.Union[bool, typing.Any] = False,
@@ -14,7 +14,7 @@ def preset_add(
14
14
  """Add or remove a Cloth Preset
15
15
 
16
16
  :type override_context: typing.Union[dict, bpy.types.Context]
17
- :type execution_context: typing.Union[str, int]
17
+ :type execution_context: str
18
18
  :type undo: bool
19
19
  :param name: Name, Name of the preset, used to make the path name
20
20
  :type name: typing.Union[str, typing.Any]
@@ -5,14 +5,14 @@ GenericType = typing.TypeVar("GenericType")
5
5
 
6
6
  def create(
7
7
  override_context: typing.Union[dict, bpy.types.Context] = None,
8
- execution_context: typing.Union[str, int] = None,
8
+ execution_context: str = None,
9
9
  undo: bool = None,
10
10
  name: typing.Union[str, typing.Any] = "Collection",
11
11
  ):
12
12
  """Create an object collection from selected objects
13
13
 
14
14
  :type override_context: typing.Union[dict, bpy.types.Context]
15
- :type execution_context: typing.Union[str, int]
15
+ :type execution_context: str
16
16
  :type undo: bool
17
17
  :param name: Name, Name of the new collection
18
18
  :type name: typing.Union[str, typing.Any]
@@ -22,14 +22,14 @@ def create(
22
22
 
23
23
  def objects_add_active(
24
24
  override_context: typing.Union[dict, bpy.types.Context] = None,
25
- execution_context: typing.Union[str, int] = None,
25
+ execution_context: str = None,
26
26
  undo: bool = None,
27
27
  collection: typing.Union[str, int, typing.Any] = "",
28
28
  ):
29
29
  """Add the object to an object collection that contains the active object
30
30
 
31
31
  :type override_context: typing.Union[dict, bpy.types.Context]
32
- :type execution_context: typing.Union[str, int]
32
+ :type execution_context: str
33
33
  :type undo: bool
34
34
  :param collection: Collection, The collection to add other selected objects to
35
35
  :type collection: typing.Union[str, int, typing.Any]
@@ -39,14 +39,14 @@ def objects_add_active(
39
39
 
40
40
  def objects_remove(
41
41
  override_context: typing.Union[dict, bpy.types.Context] = None,
42
- execution_context: typing.Union[str, int] = None,
42
+ execution_context: str = None,
43
43
  undo: bool = None,
44
44
  collection: typing.Union[str, int, typing.Any] = "",
45
45
  ):
46
46
  """Remove selected objects from a collection
47
47
 
48
48
  :type override_context: typing.Union[dict, bpy.types.Context]
49
- :type execution_context: typing.Union[str, int]
49
+ :type execution_context: str
50
50
  :type undo: bool
51
51
  :param collection: Collection, The collection to remove this object from
52
52
  :type collection: typing.Union[str, int, typing.Any]
@@ -56,14 +56,14 @@ def objects_remove(
56
56
 
57
57
  def objects_remove_active(
58
58
  override_context: typing.Union[dict, bpy.types.Context] = None,
59
- execution_context: typing.Union[str, int] = None,
59
+ execution_context: str = None,
60
60
  undo: bool = None,
61
61
  collection: typing.Union[str, int, typing.Any] = "",
62
62
  ):
63
63
  """Remove the object from an object collection that contains the active object
64
64
 
65
65
  :type override_context: typing.Union[dict, bpy.types.Context]
66
- :type execution_context: typing.Union[str, int]
66
+ :type execution_context: str
67
67
  :type undo: bool
68
68
  :param collection: Collection, The collection to remove other selected objects from
69
69
  :type collection: typing.Union[str, int, typing.Any]
@@ -73,13 +73,13 @@ def objects_remove_active(
73
73
 
74
74
  def objects_remove_all(
75
75
  override_context: typing.Union[dict, bpy.types.Context] = None,
76
- execution_context: typing.Union[str, int] = None,
76
+ execution_context: str = None,
77
77
  undo: bool = None,
78
78
  ):
79
79
  """Remove selected objects from all collections
80
80
 
81
81
  :type override_context: typing.Union[dict, bpy.types.Context]
82
- :type execution_context: typing.Union[str, int]
82
+ :type execution_context: str
83
83
  :type undo: bool
84
84
  """
85
85
 
@@ -5,13 +5,13 @@ GenericType = typing.TypeVar("GenericType")
5
5
 
6
6
  def autocomplete(
7
7
  override_context: typing.Union[dict, bpy.types.Context] = None,
8
- execution_context: typing.Union[str, int] = None,
8
+ execution_context: str = None,
9
9
  undo: bool = None,
10
10
  ):
11
11
  """Evaluate the namespace up until the cursor and give a list of options or complete the name if there is only one
12
12
 
13
13
  :type override_context: typing.Union[dict, bpy.types.Context]
14
- :type execution_context: typing.Union[str, int]
14
+ :type execution_context: str
15
15
  :type undo: bool
16
16
  """
17
17
 
@@ -19,13 +19,13 @@ def autocomplete(
19
19
 
20
20
  def banner(
21
21
  override_context: typing.Union[dict, bpy.types.Context] = None,
22
- execution_context: typing.Union[str, int] = None,
22
+ execution_context: str = None,
23
23
  undo: bool = None,
24
24
  ):
25
25
  """Print a message when the terminal initializes
26
26
 
27
27
  :type override_context: typing.Union[dict, bpy.types.Context]
28
- :type execution_context: typing.Union[str, int]
28
+ :type execution_context: str
29
29
  :type undo: bool
30
30
  """
31
31
 
@@ -33,7 +33,7 @@ def banner(
33
33
 
34
34
  def clear(
35
35
  override_context: typing.Union[dict, bpy.types.Context] = None,
36
- execution_context: typing.Union[str, int] = None,
36
+ execution_context: str = None,
37
37
  undo: bool = None,
38
38
  scrollback: typing.Union[bool, typing.Any] = True,
39
39
  history: typing.Union[bool, typing.Any] = False,
@@ -41,7 +41,7 @@ def clear(
41
41
  """Clear text by type
42
42
 
43
43
  :type override_context: typing.Union[dict, bpy.types.Context]
44
- :type execution_context: typing.Union[str, int]
44
+ :type execution_context: str
45
45
  :type undo: bool
46
46
  :param scrollback: Scrollback, Clear the scrollback history
47
47
  :type scrollback: typing.Union[bool, typing.Any]
@@ -53,13 +53,13 @@ def clear(
53
53
 
54
54
  def clear_line(
55
55
  override_context: typing.Union[dict, bpy.types.Context] = None,
56
- execution_context: typing.Union[str, int] = None,
56
+ execution_context: str = None,
57
57
  undo: bool = None,
58
58
  ):
59
59
  """Clear the line and store in history
60
60
 
61
61
  :type override_context: typing.Union[dict, bpy.types.Context]
62
- :type execution_context: typing.Union[str, int]
62
+ :type execution_context: str
63
63
  :type undo: bool
64
64
  """
65
65
 
@@ -67,14 +67,14 @@ def clear_line(
67
67
 
68
68
  def copy(
69
69
  override_context: typing.Union[dict, bpy.types.Context] = None,
70
- execution_context: typing.Union[str, int] = None,
70
+ execution_context: str = None,
71
71
  undo: bool = None,
72
72
  delete: typing.Union[bool, typing.Any] = False,
73
73
  ):
74
74
  """Copy selected text to clipboard
75
75
 
76
76
  :type override_context: typing.Union[dict, bpy.types.Context]
77
- :type execution_context: typing.Union[str, int]
77
+ :type execution_context: str
78
78
  :type undo: bool
79
79
  :param delete: Delete Selection, Whether to delete the selection after copying
80
80
  :type delete: typing.Union[bool, typing.Any]
@@ -84,13 +84,13 @@ def copy(
84
84
 
85
85
  def copy_as_script(
86
86
  override_context: typing.Union[dict, bpy.types.Context] = None,
87
- execution_context: typing.Union[str, int] = None,
87
+ execution_context: str = None,
88
88
  undo: bool = None,
89
89
  ):
90
90
  """Copy the console contents for use in a script
91
91
 
92
92
  :type override_context: typing.Union[dict, bpy.types.Context]
93
- :type execution_context: typing.Union[str, int]
93
+ :type execution_context: str
94
94
  :type undo: bool
95
95
  """
96
96
 
@@ -98,14 +98,14 @@ def copy_as_script(
98
98
 
99
99
  def delete(
100
100
  override_context: typing.Union[dict, bpy.types.Context] = None,
101
- execution_context: typing.Union[str, int] = None,
101
+ execution_context: str = None,
102
102
  undo: bool = None,
103
103
  type: typing.Any = "NEXT_CHARACTER",
104
104
  ):
105
105
  """Delete text by cursor position
106
106
 
107
107
  :type override_context: typing.Union[dict, bpy.types.Context]
108
- :type execution_context: typing.Union[str, int]
108
+ :type execution_context: str
109
109
  :type undo: bool
110
110
  :param type: Type, Which part of the text to delete
111
111
  :type type: typing.Any
@@ -115,14 +115,14 @@ def delete(
115
115
 
116
116
  def execute(
117
117
  override_context: typing.Union[dict, bpy.types.Context] = None,
118
- execution_context: typing.Union[str, int] = None,
118
+ execution_context: str = None,
119
119
  undo: bool = None,
120
120
  interactive: typing.Union[bool, typing.Any] = False,
121
121
  ):
122
122
  """Execute the current console line as a Python expression
123
123
 
124
124
  :type override_context: typing.Union[dict, bpy.types.Context]
125
- :type execution_context: typing.Union[str, int]
125
+ :type execution_context: str
126
126
  :type undo: bool
127
127
  :param interactive: interactive
128
128
  :type interactive: typing.Union[bool, typing.Any]
@@ -132,7 +132,7 @@ def execute(
132
132
 
133
133
  def history_append(
134
134
  override_context: typing.Union[dict, bpy.types.Context] = None,
135
- execution_context: typing.Union[str, int] = None,
135
+ execution_context: str = None,
136
136
  undo: bool = None,
137
137
  text: typing.Union[str, typing.Any] = "",
138
138
  current_character: typing.Any = 0,
@@ -141,7 +141,7 @@ def history_append(
141
141
  """Append history at cursor position
142
142
 
143
143
  :type override_context: typing.Union[dict, bpy.types.Context]
144
- :type execution_context: typing.Union[str, int]
144
+ :type execution_context: str
145
145
  :type undo: bool
146
146
  :param text: Text, Text to insert at the cursor position
147
147
  :type text: typing.Union[str, typing.Any]
@@ -155,14 +155,14 @@ def history_append(
155
155
 
156
156
  def history_cycle(
157
157
  override_context: typing.Union[dict, bpy.types.Context] = None,
158
- execution_context: typing.Union[str, int] = None,
158
+ execution_context: str = None,
159
159
  undo: bool = None,
160
160
  reverse: typing.Union[bool, typing.Any] = False,
161
161
  ):
162
162
  """Cycle through history
163
163
 
164
164
  :type override_context: typing.Union[dict, bpy.types.Context]
165
- :type execution_context: typing.Union[str, int]
165
+ :type execution_context: str
166
166
  :type undo: bool
167
167
  :param reverse: Reverse, Reverse cycle history
168
168
  :type reverse: typing.Union[bool, typing.Any]
@@ -172,13 +172,13 @@ def history_cycle(
172
172
 
173
173
  def indent(
174
174
  override_context: typing.Union[dict, bpy.types.Context] = None,
175
- execution_context: typing.Union[str, int] = None,
175
+ execution_context: str = None,
176
176
  undo: bool = None,
177
177
  ):
178
178
  """Add 4 spaces at line beginning
179
179
 
180
180
  :type override_context: typing.Union[dict, bpy.types.Context]
181
- :type execution_context: typing.Union[str, int]
181
+ :type execution_context: str
182
182
  :type undo: bool
183
183
  """
184
184
 
@@ -186,13 +186,13 @@ def indent(
186
186
 
187
187
  def indent_or_autocomplete(
188
188
  override_context: typing.Union[dict, bpy.types.Context] = None,
189
- execution_context: typing.Union[str, int] = None,
189
+ execution_context: str = None,
190
190
  undo: bool = None,
191
191
  ):
192
192
  """Indent selected text or autocomplete
193
193
 
194
194
  :type override_context: typing.Union[dict, bpy.types.Context]
195
- :type execution_context: typing.Union[str, int]
195
+ :type execution_context: str
196
196
  :type undo: bool
197
197
  """
198
198
 
@@ -200,14 +200,14 @@ def indent_or_autocomplete(
200
200
 
201
201
  def insert(
202
202
  override_context: typing.Union[dict, bpy.types.Context] = None,
203
- execution_context: typing.Union[str, int] = None,
203
+ execution_context: str = None,
204
204
  undo: bool = None,
205
205
  text: typing.Union[str, typing.Any] = "",
206
206
  ):
207
207
  """Insert text at cursor position
208
208
 
209
209
  :type override_context: typing.Union[dict, bpy.types.Context]
210
- :type execution_context: typing.Union[str, int]
210
+ :type execution_context: str
211
211
  :type undo: bool
212
212
  :param text: Text, Text to insert at the cursor position
213
213
  :type text: typing.Union[str, typing.Any]
@@ -217,14 +217,14 @@ def insert(
217
217
 
218
218
  def language(
219
219
  override_context: typing.Union[dict, bpy.types.Context] = None,
220
- execution_context: typing.Union[str, int] = None,
220
+ execution_context: str = None,
221
221
  undo: bool = None,
222
222
  language: typing.Union[str, typing.Any] = "",
223
223
  ):
224
224
  """Set the current language for this console
225
225
 
226
226
  :type override_context: typing.Union[dict, bpy.types.Context]
227
- :type execution_context: typing.Union[str, int]
227
+ :type execution_context: str
228
228
  :type undo: bool
229
229
  :param language: Language
230
230
  :type language: typing.Union[str, typing.Any]
@@ -234,7 +234,7 @@ def language(
234
234
 
235
235
  def move(
236
236
  override_context: typing.Union[dict, bpy.types.Context] = None,
237
- execution_context: typing.Union[str, int] = None,
237
+ execution_context: str = None,
238
238
  undo: bool = None,
239
239
  type: typing.Any = "LINE_BEGIN",
240
240
  select: typing.Union[bool, typing.Any] = False,
@@ -242,7 +242,7 @@ def move(
242
242
  """Move cursor position
243
243
 
244
244
  :type override_context: typing.Union[dict, bpy.types.Context]
245
- :type execution_context: typing.Union[str, int]
245
+ :type execution_context: str
246
246
  :type undo: bool
247
247
  :param type: Type, Where to move cursor to
248
248
  :type type: typing.Any
@@ -254,14 +254,14 @@ def move(
254
254
 
255
255
  def paste(
256
256
  override_context: typing.Union[dict, bpy.types.Context] = None,
257
- execution_context: typing.Union[str, int] = None,
257
+ execution_context: str = None,
258
258
  undo: bool = None,
259
259
  selection: typing.Union[bool, typing.Any] = False,
260
260
  ):
261
261
  """Paste text from clipboard
262
262
 
263
263
  :type override_context: typing.Union[dict, bpy.types.Context]
264
- :type execution_context: typing.Union[str, int]
264
+ :type execution_context: str
265
265
  :type undo: bool
266
266
  :param selection: Selection, Paste text selected elsewhere rather than copied (X11/Wayland only)
267
267
  :type selection: typing.Union[bool, typing.Any]
@@ -271,7 +271,7 @@ def paste(
271
271
 
272
272
  def scrollback_append(
273
273
  override_context: typing.Union[dict, bpy.types.Context] = None,
274
- execution_context: typing.Union[str, int] = None,
274
+ execution_context: str = None,
275
275
  undo: bool = None,
276
276
  text: typing.Union[str, typing.Any] = "",
277
277
  type: typing.Any = "OUTPUT",
@@ -279,7 +279,7 @@ def scrollback_append(
279
279
  """Append scrollback text by type
280
280
 
281
281
  :type override_context: typing.Union[dict, bpy.types.Context]
282
- :type execution_context: typing.Union[str, int]
282
+ :type execution_context: str
283
283
  :type undo: bool
284
284
  :param text: Text, Text to insert at the cursor position
285
285
  :type text: typing.Union[str, typing.Any]
@@ -291,13 +291,13 @@ def scrollback_append(
291
291
 
292
292
  def select_all(
293
293
  override_context: typing.Union[dict, bpy.types.Context] = None,
294
- execution_context: typing.Union[str, int] = None,
294
+ execution_context: str = None,
295
295
  undo: bool = None,
296
296
  ):
297
297
  """Select all the text
298
298
 
299
299
  :type override_context: typing.Union[dict, bpy.types.Context]
300
- :type execution_context: typing.Union[str, int]
300
+ :type execution_context: str
301
301
  :type undo: bool
302
302
  """
303
303
 
@@ -305,13 +305,13 @@ def select_all(
305
305
 
306
306
  def select_set(
307
307
  override_context: typing.Union[dict, bpy.types.Context] = None,
308
- execution_context: typing.Union[str, int] = None,
308
+ execution_context: str = None,
309
309
  undo: bool = None,
310
310
  ):
311
311
  """Set the console selection
312
312
 
313
313
  :type override_context: typing.Union[dict, bpy.types.Context]
314
- :type execution_context: typing.Union[str, int]
314
+ :type execution_context: str
315
315
  :type undo: bool
316
316
  """
317
317
 
@@ -319,13 +319,13 @@ def select_set(
319
319
 
320
320
  def select_word(
321
321
  override_context: typing.Union[dict, bpy.types.Context] = None,
322
- execution_context: typing.Union[str, int] = None,
322
+ execution_context: str = None,
323
323
  undo: bool = None,
324
324
  ):
325
325
  """Select word at cursor position
326
326
 
327
327
  :type override_context: typing.Union[dict, bpy.types.Context]
328
- :type execution_context: typing.Union[str, int]
328
+ :type execution_context: str
329
329
  :type undo: bool
330
330
  """
331
331
 
@@ -333,13 +333,13 @@ def select_word(
333
333
 
334
334
  def unindent(
335
335
  override_context: typing.Union[dict, bpy.types.Context] = None,
336
- execution_context: typing.Union[str, int] = None,
336
+ execution_context: str = None,
337
337
  undo: bool = None,
338
338
  ):
339
339
  """Delete 4 spaces from line beginning
340
340
 
341
341
  :type override_context: typing.Union[dict, bpy.types.Context]
342
- :type execution_context: typing.Union[str, int]
342
+ :type execution_context: str
343
343
  :type undo: bool
344
344
  """
345
345