MCPcopy Create free account
hub / github.com/goplus/py / init

Function init

python.go:19–21  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

17import "unsafe"
18
19func init() {
20 C.Py_Initialize()
21}
22
23func Initialize() {
24 C.Py_Initialize()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…