Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/go-python/gopy
/ isSlice
Method
isSlice
bind/symbols.go:279–281 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
277
}
278
279
func
(s *symbol) isSlice() bool {
280
return
(s.kind & skSlice) != 0
281
}
282
283
func
(s *symbol) isStruct() bool {
284
return
(s.kind & skStruct) != 0
Callers
4
isPySequence
Method · 0.95
pyPkgId
Method · 0.95
genType
Method · 0.80
genSliceInit
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected