Is there a way to mark methods traversable in grok.CodeView classes, like you can do with Zope 3 BrowserView and allowed_attributes ZCML configuration directive?
I found docs about grok.traversable() but it looks like such method does not exist in five grok package.