We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da5e5f1 commit 490b4c2Copy full SHA for 490b4c2
py/util.go
@@ -206,7 +206,7 @@ func loadValue(src Object, data interface{}) error {
206
return nil
207
}
208
209
-// print to gpythons stdout neatly
+// Println prints the provided strings to gpython's stdout.
210
func Println(self Object, args ...string) (int, error) {
211
sysModule, err := self.(*Module).Context.GetModule("sys")
212
if err != nil {
0 commit comments