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

@@ -167,6 +167,15 @@ class I18nMessages:
167
167
  ...
168
168
 
169
169
  def clean_commented(self): ...
170
+ @classmethod
171
+ def cleanup_callback(cls, lng, settings):
172
+ """Cleanup a single PO file (specified by a filepath).Callback usable in a context where Blender specific modules (like bpy) are not available.
173
+
174
+ :param lng:
175
+ :param settings:
176
+ """
177
+ ...
178
+
170
179
  def escape(self, do_all=False):
171
180
  """
172
181
 
@@ -278,7 +287,26 @@ class I18nMessages:
278
287
  """
279
288
  ...
280
289
 
290
+ @classmethod
291
+ def update_from_pot_callback(cls, pot, lng, settings):
292
+ """Update or create a single PO file (specified by a filepath) from the given POT I18nMessages data.Callback usable in a context where Blender specific modules (like bpy) are not available.
293
+
294
+ :param pot:
295
+ :param lng:
296
+ :param settings:
297
+ """
298
+ ...
299
+
281
300
  def update_info(self): ...
301
+ @classmethod
302
+ def update_to_blender_repo_callback(cls, lng, settings):
303
+ """Cleanup and write a single PO file (specified by a filepath) into the relevant Blender source 'compact' PO file.Callback usable in a context where Blender specific modules (like bpy) are not available.
304
+
305
+ :param lng:
306
+ :param settings:
307
+ """
308
+ ...
309
+
282
310
  def write(self, kind, dest):
283
311
  """
284
312
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: fake-bpy-module
3
- Version: 20240810
3
+ Version: 20240811
4
4
  Summary: Collection of the fake Blender Python API module for the code completion.
5
5
  Author: nutti
6
6
  Author-email: nutti.metro@gmail.com
@@ -32,7 +32,7 @@ bl_i18n_utils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
32
32
  bl_i18n_utils/bl_extract_messages/__init__.pyi,sha256=BbbeY0QHwgH26Sgj8haq_ymY8JOtSBUCizidMlrrIWc,1243
33
33
  bl_i18n_utils/merge_po/__init__.pyi,sha256=VMKlY6sPPK4PDFJSwDgVOHQGPd0JXkBL6n5zDxJr61E,172
34
34
  bl_i18n_utils/settings/__init__.pyi,sha256=Ijxcwlx3KrIdlmZg9xWI8HbDm3CwqtD4GiJ_rKS0LYQ,1005
35
- bl_i18n_utils/utils/__init__.pyi,sha256=hZVpRb2IAQ5R8m0O3WmSgoIro3CYDfFlh7M88Jtj2Ik,8273
35
+ bl_i18n_utils/utils/__init__.pyi,sha256=DySrLCll9MbLGjYMATt-nDobQwTty5jjs4K4BK-g2Os,9286
36
36
  bl_i18n_utils/utils_cli/__init__.pyi,sha256=VPalRA-OIQSA853IsGx_YQvSMn2kCF1uvV0QmdJU7T4,356
37
37
  bl_i18n_utils/utils_languages_menu/__init__.pyi,sha256=7pfg2Z03Ds3icuUkKjg79LswbxAhRpKvbTGpEWoCXLk,196
38
38
  bl_i18n_utils/utils_rtl/__init__.pyi,sha256=G3ICiaXO4WBGanIhbP-A2GvmQoHsgeiUBvY2xtJrubI,480
@@ -356,7 +356,7 @@ rna_xml/__init__.pyi,sha256=aUk0kaxu1bMT5z1b2S_CnI0r-p7119GGYDjeV65sx6w,670
356
356
  rna_xml/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
357
357
  sys_info/__init__.pyi,sha256=-GCmGVtiditgEnxiqi7hwH2wbEMmrtUNGvMEbxVezU4,189
358
358
  sys_info/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
359
- fake_bpy_module-20240810.dist-info/METADATA,sha256=nsyvfPErEx3K2kCEB0ic9GPWem4hK3qv-GWmR3_bZKw,7289
360
- fake_bpy_module-20240810.dist-info/WHEEL,sha256=R0nc6qTxuoLk7ShA2_Y-UWkN8ZdfDBG2B6Eqpz2WXbs,91
361
- fake_bpy_module-20240810.dist-info/top_level.txt,sha256=laOLfHIg0_6N4ntsGrWh85yODawYeLVGI-wex_FGLUI,509
362
- fake_bpy_module-20240810.dist-info/RECORD,,
359
+ fake_bpy_module-20240811.dist-info/METADATA,sha256=z6zbg1B0VAzDPTf3ZqXhRYi0aXKs2MWq7CkyfVXvxAE,7289
360
+ fake_bpy_module-20240811.dist-info/WHEEL,sha256=R0nc6qTxuoLk7ShA2_Y-UWkN8ZdfDBG2B6Eqpz2WXbs,91
361
+ fake_bpy_module-20240811.dist-info/top_level.txt,sha256=laOLfHIg0_6N4ntsGrWh85yODawYeLVGI-wex_FGLUI,509
362
+ fake_bpy_module-20240811.dist-info/RECORD,,