Python: address more review comments

This commit is contained in:
Rasmus Lerchedahl Petersen
2024-06-27 16:05:21 +02:00
parent c2141b62e0
commit 27301edc28
4 changed files with 21 additions and 31 deletions

View File

@@ -9,6 +9,6 @@
import modeling.ModelEditor
from Endpoint endpoint
select endpoint, endpoint.getNamespace(), endpoint.getType(), endpoint.getName(),
select endpoint, endpoint.getNamespace(), endpoint.getClass(), endpoint.getFunctionName(),
endpoint.getParameters(), endpoint.getSupportedStatus(), endpoint.getFileName(),
endpoint.getSupportedType(), endpoint.getKind()