186a187,193
> class AllProxy(BaseProxy):
> def find(self, obj):
> return obj.find_all(self._pdesc.ptype)
>
> def path(self):
> return 'all'
>
203a211,214
> elif attr == 'all':
> if self.search_up:
> assert("Parant.all is not supported")
> return AllProxy(self.search_self, self.search_up)