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

Struct Map

bind/types.go:254–263  ·  view source on GitHub ↗

Map Map collects information about a go map.

Source from the content-addressed store, hash-verified

252
253// Map collects information about a go map.
254type Map struct {
255 pkg *Package
256 sym *symbol
257 obj *types.TypeName
258
259 id string
260 doc string
261 meths []*Func
262 prots Protocol
263}
264
265func newMap(p *Package, obj *types.TypeName) (*Map, error) {
266 sym := p.syms.symtype(obj.Type())

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected