MCPcopy Create free account
hub / github.com/go-python/gopy / isPrivate

Function isPrivate

bind/symbols.go:232–234  ·  view source on GitHub ↗
(s string)

Source from the content-addressed store, hash-verified

230}
231
232func isPrivate(s string) bool {
233 return (strings.ToLower(s[0:1]) == s[0:1])
234}
235
236func (s *symbol) isType() bool {
237 return (s.kind & skType) != 0

Callers 1

addStructTypeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected