Esempio n. 1
0
    def is_empty(self):
        """
		``is_empty`` determine if the active settings schema is empty

		:return: True if the active settings schema is empty, False otherwise
		:rtype: bool
		"""
        return core.BNSettingsIsEmpty(self.handle)
Esempio n. 2
0
 def is_empty(self):
     return core.BNSettingsIsEmpty(self.handle)