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

Interface Type

bind/types.go:21–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19}
20
21type Type interface {
22 Object
23 GoType() types.Type
24}
25
26func needWrapType(typ types.Type) bool {
27 switch typ := typ.(type) {

Callers 8

genMapMethod · 0.65
genMapInitMethod · 0.65
processMethod · 0.65
needWrapTypeFunction · 0.65
GoTypeMethod · 0.65
StructMethod · 0.65
GoTypeMethod · 0.65
InterfaceMethod · 0.65

Implementers 9

symbolbind/symbols.go
Structbind/types.go
Interfacebind/types.go
Slicebind/types.go
Mapbind/types.go
Funcbind/types.go
Constbind/types.go
Enumbind/types.go
Varbind/types.go

Calls

no outgoing calls

Tested by

no test coverage detected