MCPcopy 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
279func (s *symbol) isSlice() bool {
280 return (s.kind & skSlice) != 0
281}
282
283func (s *symbol) isStruct() bool {
284 return (s.kind & skStruct) != 0

Callers 4

isPySequenceMethod · 0.95
pyPkgIdMethod · 0.95
genTypeMethod · 0.80
genSliceInitMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected