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

Struct evalLocalGlobalsCase

code_test.go:46–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44}
45
46type evalLocalGlobalsCase struct {
47 exp string
48 globals string
49 locals string
50 start StartToken
51}
52
53var g_evalLocalGlobalsCases = []evalLocalGlobalsCase{
54 {"v=1+2", "{}", "{'v': 3}", FileInput},

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected