We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6eb489c commit c2210b2Copy full SHA for c2210b2
1 file changed
scripts/generate_orm.py
@@ -80,7 +80,7 @@
80
symbol_graph = SymbolGraph.build()
81
82
# collect all KRROOD classes
83
-all_classes |= {c.clazz for c in symbol_graph._type_graph.wrapped_classes}
+all_classes |= {c.clazz for c in symbol_graph.class_diagram.wrapped_classes}
84
all_classes |= {am.original_class() for am in recursive_subclasses(AlternativeMapping)}
85
all_classes |= set(classes_of_module(krrood.entity_query_language.symbol_graph))
86
all_classes |= {Symbol}
0 commit comments