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

Method Printf

bind/printer.go:57–61  ·  view source on GitHub ↗
(format string, args ...interface{})

Source from the content-addressed store, hash-verified

55}
56
57func (p *printer) Printf(format string, args ...interface{}) {
58 if _, err := fmt.Fprintf(p, format, args...); err != nil {
59 panic(fmt.Sprintf("printer: %v", err))
60 }
61}
62
63func (p *printer) Println(out string) {
64 if _, err := fmt.Fprintln(p, out); err != nil {

Callers 15

TestPrinterFunction · 0.95
buildPkgRecurseFunction · 0.80
initFunction · 0.80
runBuildFunction · 0.80
loadPackageFunction · 0.80
testPkgFunction · 0.80
testPkgBackendFunction · 0.80
initFunction · 0.80
CallBackRvalMethod · 0.80
OtherMethMethod · 0.80
ObjArgMethod · 0.80
mainFunction · 0.80

Calls

no outgoing calls

Tested by 5

TestPrinterFunction · 0.76
initFunction · 0.64
testPkgFunction · 0.64
testPkgBackendFunction · 0.64
initFunction · 0.64