_xtool: llpyg

This commit is contained in:
xushiwei
2024-05-13 18:24:00 +08:00
parent fa3149c660
commit b20ad7047f
7 changed files with 225 additions and 1 deletions

View File

@@ -22,7 +22,7 @@ import (
"github.com/goplus/llgo/c"
)
// -----------------------------------------------------------------------------
// https://docs.python.org/3/c-api/module.html
// This is a wrapper around py.Import which takes a const char* as an argument
// instead of an Object.