package
0.4.10
Repository: https://github.com/go-python/gopy.git
Documentation: pkg.go.dev

# Functions

DecRef decrements the reference count for the specified handle and removes it if the reference count goes to zero.
Embed returns the embedded struct (in first field only) of given type within given struct.
IfaceIsNil returns true if interface or value represented by interface is nil.
IncRef increments the reference count for the specified handle.
NonPtrValue returns the non-pointer underlying value.
NumHandles returns the number of handles in use.
PtrValue returns the pointer version (Addr()) of the underlying value if the value is not already a Ptr.
Register registers a new variable instance.
VarFromHandle gets variable from handle string.
VarFromHandleTry version returns the error explicitly, for use when error can be processed.

# Type aliases

No description provided by the author
GoHandle is the type for the handle.