#[GoPy] Use instance of Python class in Go

2 messages · Page 1 of 1 (latest)

spring igloo
#

python classes are dynamic object, go structs are fixed and never change after compilation.

I guess you can but the API will look more like reflect than anything else

#

actually you could have a static wrapper that panics if it's not getting what it expects