Ejemplo n.º 1
0
    def legal_children(self):
        '''
        Used to return the list of names of this SchemaElement's descriptor's children.
        '''

        return collect_child_names(self.descriptor)
Ejemplo n.º 2
0
 def __dir__(self):
     return collect_child_names(self._current_descriptor)