MCPcopy Index your code
hub / github.com/go-python/gopy / Println

Method Println

bind/printer.go:63–67  ·  view source on GitHub ↗
(out string)

Source from the content-addressed store, hash-verified

61}
62
63func (p *printer) Println(out string) {
64 if _, err := fmt.Fprintln(p, out); err != nil {
65 panic(fmt.Sprintf("printer: %v", err))
66 }
67}
68
69func (p *printer) Indent() {
70 p.indentText = append(p.indentText, p.indentEach...)

Callers 14

gopyRunCmdPkgFunction · 0.80
gopyRunCmdGenFunction · 0.80
gopyRunCmdBuildFunction · 0.80
runBuildFunction · 0.80
genPkgFunction · 0.80
parsePackageFunction · 0.80
gopyRunCmdExeFunction · 0.80
OpenFileFunction · 0.80
WriteToFileFunction · 0.80
TestFunction · 0.80
genMapInitMethod · 0.80
processMethod · 0.80

Calls

no outgoing calls

Tested by 1

TestFunction · 0.64