Documentation
¶
Index ¶
Constants ¶
View Source
const (
LLGoPackage = "link: $LLGO_PYTHON_ROOT/python3.12"
)
Variables ¶
This section is empty.
Functions ¶
func Initialize ¶
func Initialize()
func InitializeEx ¶
func InitializeEx(initsigs Int)
This function works like Initialize() if initsigs is 1. If initsigs is 0, it skips initialization registration of signal handlers, which might be useful when Python is embedded.
func SetProgramName ¶
func SetProgramName(name *Char)
Types ¶
type Int ¶
func RunSimpleFileFlags ¶
func RunSimpleFileFlags(fp c.FilePtr, filename *Char, flags *CompilerFlags) Int
func RunSimpleString ¶
func RunSimpleStringFlags ¶
func RunSimpleStringFlags(command *Char, flags *CompilerFlags) Int
Click to show internal directories.
Click to hide internal directories.