You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
then let's say I am listing all elements of the operation:
params = {}
for param_name, param_type in operation.params.items():
print(param_name, param_type)
Is there any documentation about this "operations" object and all other possible objects on client.tag.opIdName, also how does this operation.params.items() work?
Thank you
The text was updated successfully, but these errors were encountered:
I have this example:
operation = client.tag.opIdName.operation
,then let's say I am listing all elements of the operation:
Is there any documentation about this "operations" object and all other possible objects on
client.tag.opIdName
, also how does this operation.params.items() work?Thank you
The text was updated successfully, but these errors were encountered: