Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
14
type
Object
interface
{
15
Package() *Package
16
ID() string
17
Doc() string
18
GoName() string
19
}
20
21
type
Type
interface
{
22
Object
Callers
19
genFuncSig
Method · 0.65
genFuncBody
Method · 0.65
genStructInit
Method · 0.65
genStructMemberGetter
Method · 0.65
genStructMemberSetter
Method · 0.65
test.py
File · 0.65
genEnum
Method · 0.65
genFuncSig
Method · 0.65
genFuncBody
Method · 0.65
genStruct
Method · 0.65
genInterface
Method · 0.65
genConstValue
Method · 0.65
Implementers
5
Struct
bind/types.go
Interface
bind/types.go
Slice
bind/types.go
Map
bind/types.go
Func
bind/types.go
Calls
no outgoing calls
Tested by
no test coverage detected