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

Struct Var

bind/types.go:549–555  ·  view source on GitHub ↗

Var

Source from the content-addressed store, hash-verified

547// Var
548
549type Var struct {
550 pkg *Package
551 sym *symbol // symbol associated with var's type
552 id string
553 doc string
554 name string
555}
556
557func (v *Var) Name() string {
558 return v.name

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected