cl: initPyModule

This commit is contained in:
xushiwei
2024-05-11 10:07:46 +08:00
parent 2560a333b6
commit 427d87be68
8 changed files with 48 additions and 0 deletions

View File

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