예제 #1
0
파일: ir.py 프로젝트: RIFTIO/RIFT.ware
    def legal_children(self):
        '''
        Used to return the list of names of this SchemaElement's descriptor's children.
        '''

        return collect_child_names(self.descriptor)
예제 #2
0
 def __dir__(self):
     return collect_child_names(self._current_descriptor)