def __iter__(self): yield('Feed', dict(self._stree.snode_root)) # @abc.abstractmethod # def create(self, **kwargs): # """Create a new tree # # """