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

Function InitializeEx

python.go:27–33  ·  view source on GitHub ↗
(initsigs bool)

Source from the content-addressed store, hash-verified

25}
26
27func InitializeEx(initsigs bool) {
28 if initsigs {
29 C.Py_InitializeEx(1)
30 } else {
31 C.Py_InitializeEx(0)
32 }
33}
34
35func Finalize() {
36 C.Py_Finalize()

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…