Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
21
type
Type
interface
{
22
Object
23
GoType() types.Type
24
}
25
26
func
needWrapType(typ types.Type) bool {
27
switch
typ := typ.(
type
) {
Callers
8
genMap
Method · 0.65
genMapInit
Method · 0.65
process
Method · 0.65
needWrapType
Function · 0.65
GoType
Method · 0.65
Struct
Method · 0.65
GoType
Method · 0.65
Interface
Method · 0.65
Implementers
9
symbol
bind/symbols.go
Struct
bind/types.go
Interface
bind/types.go
Slice
bind/types.go
Map
bind/types.go
Func
bind/types.go
Const
bind/types.go
Enum
bind/types.go
Var
bind/types.go
Calls
no outgoing calls
Tested by
no test coverage detected