py/builtins: todo

This commit is contained in:
xushiwei
2024-05-13 22:02:47 +08:00
parent d3f75a92ad
commit bf4f2b6fa0
4 changed files with 65 additions and 1 deletions

View File

@@ -20,6 +20,7 @@ import (
"github.com/goplus/llgo/c"
"github.com/goplus/llgo/py"
"github.com/goplus/llgo/py/inspect"
// "github.com/goplus/llgo/py/builtins"
)
func main() {
@@ -49,6 +50,8 @@ func main() {
c.Fprintf(c.Stderr, c.Str("-----------------------------------\n"))
c.Fprintf(c.Stderr, c.Str("%s: %s\n"), key.CStr(), sig.Str().CStr())
c.Fprintf(c.Stderr, c.Str("%s\n"), doc.CStr())
// c.Fprintf(c.Stderr, c.Str("-----------------------------------\n"))
// builtins.Help(val)
}
}
}