Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/go-python/gopy
/ isInterface
Method
isInterface
bind/symbols.go:263–265 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
261
}
262
263
func
(s *symbol) isInterface() bool {
264
return
(s.kind & skInterface) != 0
265
}
266
267
func
(s *symbol) isSignature() bool {
268
return
(s.kind & skSignature) != 0
Callers
3
isPtrOrIface
Method · 0.95
genType
Method · 0.80
genFuncBody
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected