def get_all_sids()

in aristotle/aristotle.py [0:0]


    def get_all_sids(self):
        """Returns a list of all SIDs, enabled and disabled.

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