llpyg: print doc

This commit is contained in:
xushiwei
2024-05-13 21:01:39 +08:00
parent dd52f71069
commit d3f75a92ad
5 changed files with 57 additions and 0 deletions

View File

@@ -28,3 +28,6 @@ const (
//go:linkname Sqrt py.sqrt
func Sqrt(x *py.Object) *py.Object
//go:linkname Pi py.pi
var Pi *py.Object