Beispiel #1
0
    def attributeNames(self):
        """
        The list of supported DRMAA scalar attribute names.

        This is apparently useless now, and should probably substituted by the
        list of attribute names of the JobTemplate instances.
        """
        return list(attribute_names_iterator())
Beispiel #2
0
    def attributeNames(self):
        """
        The list of supported DRMAA scalar attribute names.

        This is apparently useless now, and should probably substituted by the
        list of attribute names of the JobTemplate instances.
        """
        return list(attribute_names_iterator())