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

TypeAlias StartToken

code.go:29–29  ·  view source on GitHub ↗

------------------------------------------------------------------------------------------ type StartToken

Source from the content-addressed store, hash-verified

27// type StartToken
28
29type StartToken int
30
31const (
32 EvalInput = StartToken(C.Py_eval_input) // for isolated expressions

Callers 1

code.goFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected