Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
630
func
(g *pyGen) genPyBuildPreamble() {
631
g.pybuild.Printf(PyBuildPreamble, g.cfg.Name, g.cfg.Cmd)
632
}
633
634
func
(g *pyGen) genPyWrapPreamble() {
635
n := g.pkg.pkg.Name()
Callers
1
genPre
Method · 0.95
Calls
1
Printf
Method · 0.80
Tested by
no test coverage detected