Join Slack
Powered by
This message was deleted.
# python
s
sparse-intern-71089
11/15/2022, 3:06 PM
This message was deleted.
b
brave-planet-10645
11/15/2022, 4:47 PM
Simple answer: the return type of
apply()
is still an output. To get the entire object you could do:
Copy code
print(Output.format("{0}",obj))
and I think that will do what you want
Open in Slack
Previous
Next