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

Method genOut

bind/gen.go:538–547  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

536}
537
538func (g *pyGen) genOut() {
539 g.pybuild.Printf("\nmod.generate(open('%v.c', 'w'))\n\n", g.cfg.Name)
540 g.gofile.Printf("\n\n")
541 g.genPrintOut(g.cfg.Name+".go", g.gofile)
542 g.genPrintOut("build.py", g.pybuild)
543 if !NoMake {
544 g.makefile.Printf("\n\n")
545 g.genPrintOut("Makefile", g.makefile)
546 }
547}
548
549func (g *pyGen) genPkgWrapOut() {
550 g.pywrap.Printf("\n\n")

Callers 1

genMethod · 0.95

Calls 2

genPrintOutMethod · 0.95
PrintfMethod · 0.80

Tested by

no test coverage detected