def get_disabled_sids()

in aristotle/aristotle.py [0:0]


    def get_disabled_sids(self):
        """Returns a list of all disabled SIDs.

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