MCPcopy Create free account
hub / github.com/go-python/gopy / init

Function init

bind/symbols.go:1245–1255  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1243}
1244
1245func init() {
1246
1247 universe = newSymtab(nil, nil)
1248 universe.parent = nil
1249
1250 universe.syms = stdBasicTypes()
1251
1252 addStdSliceMaps()
1253
1254 current = newSymtab(nil, universe)
1255}

Callers

nothing calls this directly

Calls 3

newSymtabFunction · 0.85
stdBasicTypesFunction · 0.85
addStdSliceMapsFunction · 0.85

Tested by

no test coverage detected