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

Method genPyBuildPreamble

bind/gen.go:630–632  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

628}
629
630func (g *pyGen) genPyBuildPreamble() {
631 g.pybuild.Printf(PyBuildPreamble, g.cfg.Name, g.cfg.Cmd)
632}
633
634func (g *pyGen) genPyWrapPreamble() {
635 n := g.pkg.pkg.Name()

Callers 1

genPreMethod · 0.95

Calls 1

PrintfMethod · 0.80

Tested by

no test coverage detected