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 b0ffd4cb07
commit b06bf220b9

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 = (