package
0.1.0
Repository: https://github.com/goki/gopy.git
Documentation: pkg.go.dev

# Functions

GenCFFI generates a CFFI package from a Go package Use 4spaces indentation for Python codes, aka PEP8.
GenCPython generates a (C)Python package from a Go package.
GenGo generates a cgo package from a Go package.
NewPackage creates a new Package, tying types.Package and ast.Package together.

# Constants

No description provided by the author

# Structs

No description provided by the author
Func collects informations about a go func/method.
Package ties types.Package and ast.Package together.
A Signature represents a (non-builtin) function or method type.
Struct collects informations about a go struct.
No description provided by the author

# Interfaces

No description provided by the author
No description provided by the author

# Type aliases

ErrorList is a list of errors.
Protocol encodes the various protocols a python type may implement.