labs4capella / python4capella

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

Add a method EObject.get_e_container_by_type #132

Closed ylussaud closed 1 year ago

ylussaud commented 2 years ago

This method should return the first container of the given type. see EObject.get_all_contents_by_type() for type check example.