labs4capella / python4capella

Python for Capella
Eclipse Public License 2.0
53 stars 10 forks source link

add the class parameter to get_query_result #141

Closed ylussaud closed 2 years ago

ylussaud commented 2 years ago

In some cases we need to pass explicitly the expected class returned by capella_query_by_name() and since this method is used by get_query_result(), get_query_result() should be able to pass the class.