Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/go-python/gopy
/ isArray
Method
isArray
bind/symbols.go:259–261 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
257
}
258
259
func
(s *symbol) isArray() bool {
260
return
(s.kind & skArray) != 0
261
}
262
263
func
(s *symbol) isInterface() bool {
264
return
(s.kind & skInterface) != 0
Callers
6
isPySequence
Method · 0.95
pyPkgId
Method · 0.95
genType
Method · 0.80
genTypeHandleImplPtr
Method · 0.80
genVar
Method · 0.80
genStructMembers
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected