def get_enabled_sids()

in aristotle/aristotle.py [0:0]


    def get_enabled_sids(self):
        """Returns a list of all enabled SIDs.

        :returns: list of all enabled SIDs.
        :rtype: list
        """
        return [s for s in self.metadata_dict.keys() if not self.metadata_dict[s]['disabled']]