ssa/python.go

This commit is contained in:
xushiwei
2024-06-05 16:29:58 +08:00
parent 11b4de63ee
commit c48b39baab
4 changed files with 429 additions and 403 deletions

View File

@@ -26,6 +26,8 @@ import (
var (
tyAny = types.NewInterfaceType(nil, nil)
NoArgsNoRet = types.NewSignatureType(nil, nil, nil, nil, nil, false)
)
// -----------------------------------------------------------------------------