Esempio n. 1
0
	def is_trusted(self, domain = None):
		"""Asks the L{trust.trust_db}."""
		return trust_db.is_trusted(self.status[self.FINGERPRINT], domain)
Esempio n. 2
0
	def is_trusted(self, domain = None):
		"""Asks the L{trust.trust_db}.
		@type domain: str | None
		@rtype: bool"""
		return trust_db.is_trusted(self.status[self.FINGERPRINT], domain)
Esempio n. 3
0
 def is_trusted(self, domain=None):
     """Asks the L{trust.trust_db}."""
     return trust_db.is_trusted(self.status[self.FINGERPRINT], domain)
Esempio n. 4
0
    def is_trusted(self, domain=None):
        """Asks the L{trust.trust_db}.
		@type domain: str | None
		@rtype: bool"""
        return trust_db.is_trusted(self.status[self.FINGERPRINT], domain)