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

Interface Object

bind/types.go:14–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12)
13
14type Object interface {
15 Package() *Package
16 ID() string
17 Doc() string
18 GoName() string
19}
20
21type Type interface {
22 Object

Callers 19

genFuncSigMethod · 0.65
genFuncBodyMethod · 0.65
genStructInitMethod · 0.65
genStructMemberGetterMethod · 0.65
genStructMemberSetterMethod · 0.65
test.pyFile · 0.65
genEnumMethod · 0.65
genFuncSigMethod · 0.65
genFuncBodyMethod · 0.65
genStructMethod · 0.65
genInterfaceMethod · 0.65
genConstValueMethod · 0.65

Implementers 5

Structbind/types.go
Interfacebind/types.go
Slicebind/types.go
Mapbind/types.go
Funcbind/types.go

Calls

no outgoing calls

Tested by

no test coverage detected