1
0
mirror of synced 2026-04-27 12:40:28 +00:00

Add NamedObject to py_wrap_generator

This commit is contained in:
Akash Levy
2025-04-06 22:54:14 -07:00
parent 98d4355b82
commit 5a6b7e1e91

View File

@@ -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),