MCPcopy Index your code
hub / github.com/go-python/gopy / Const

Struct Const

bind/types.go:462–469  ·  view source on GitHub ↗

Const

Source from the content-addressed store, hash-verified

460// Const
461
462type Const struct {
463 pkg *Package
464 sym *symbol
465 obj *types.Const
466 id string
467 doc string
468 val string
469}
470
471func newConst(p *Package, o *types.Const) (*Const, error) {
472 pkg := o.Pkg()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected