MCPcopy 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
259func (s *symbol) isArray() bool {
260 return (s.kind & skArray) != 0
261}
262
263func (s *symbol) isInterface() bool {
264 return (s.kind & skInterface) != 0

Callers 6

isPySequenceMethod · 0.95
pyPkgIdMethod · 0.95
genTypeMethod · 0.80
genTypeHandleImplPtrMethod · 0.80
genVarMethod · 0.80
genStructMembersMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected