Merge pull request #148 from xushiwei/q

_pydemo: callpy; PyFunction
This commit is contained in:
xushiwei
2024-05-11 23:55:32 +08:00
committed by GitHub
28 changed files with 635 additions and 119 deletions

View File

@@ -42,6 +42,7 @@ const (
inUnknown Background = iota
InGo
InC
InPython
)
// Type convert a Go/C type into raw type.