Are you talking about https://pythonhosted.org/Pyro4/ ?

It really depends on the serialization format used. If it's json, msgpack 
or any other language independent format that you can do it. If it's Python 
specific (marshal, pickle, ...) then you can probably invoke some python 
code to convert from that format to one the Go can read - however some 
Python types can't be serialized in language independent format (set for 
example).

On Wednesday, December 13, 2017 at 3:36:59 PM UTC+2, Keith Brown wrote:
>
> is it possible to analyze python remote objects in go? we have several 
> people using it and i would like to view the calls using go.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to