This message was deleted.
# python
s
This message was deleted.
b
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