Fix: PyDocs - add missing Context.copy() return type

Ref !141359
This commit is contained in:
Andrej730
2025-07-02 21:55:05 +05:00
committed by Campbell Barton
parent 95abfc00a5
commit 560e81075a

View File

@@ -86,6 +86,10 @@ class Context(_StructRNA):
return value
def copy(self):
"""Get context members as a dictionary.
:rtype: dict[str, Any]
"""
from types import BuiltinMethodType
new_context = {}
generic_attrs = (