From 5a6b7e1e91ac1e7f2afda5e702adb705a0375c4e Mon Sep 17 00:00:00 2001 From: Akash Levy Date: Sun, 6 Apr 2025 22:54:14 -0700 Subject: [PATCH] Add NamedObject to py_wrap_generator --- misc/py_wrap_generator.py | 1 + 1 file changed, 1 insertion(+) diff --git a/misc/py_wrap_generator.py b/misc/py_wrap_generator.py index 03374c610..4857a9dc3 100644 --- a/misc/py_wrap_generator.py +++ b/misc/py_wrap_generator.py @@ -977,6 +977,7 @@ sources = [ WClass("IdString", link_types.ref_copy, None, "str()", ""), WClass("Const", link_types.ref_copy, None, "as_string()", ""), WClass("AttrObject", link_types.ref_copy, None, None, None), + WClass("NamedObject", link_types.ref_copy, None, None, None), WClass("Selection", link_types.ref_copy, None, None, None), WClass("Monitor", link_types.derive, None, None, None), WClass("CaseRule",link_types.ref_copy, None, None, None, True),