Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
nutti committed Dec 3, 2023
1 parent d58cefd commit a373ea9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fake_bpy_module/analyzer.py
Original file line number Diff line number Diff line change
Expand Up @@ -1538,7 +1538,7 @@ def _tweak_bpy_types_classes(self, result: 'AnalysisResult'):
continue
if info.type() != "class":
continue
if info.name() in ("bpy_prop_collection", "bpy_prop_array"):
if info.name() in ("bpy_prop_collection", "bpy_prop_array", "CollectionProperty"):
# class bpy_prop_collection(Generic[GenericType]):
# def __getitem__(self, key: Union[str, int])
# -> GenericType:
Expand Down

0 comments on commit a373ea9

Please sign in to comment.