Home
last modified time | relevance | path

Searched refs:_clean_content (Results 1 – 3 of 3) sorted by relevance

/dports/dns/py-dns-lexicon/dns-lexicon-3.8.3/lexicon/providers/
H A Drcodezero.py39 newcontent = self._clean_content(rtype, content)
94 if content is None or record["content"] == self._clean_content(
145 self._clean_content(rrset["type"], content)
212 def _clean_content(self, rtype, content): member in Provider
H A Dpowerdns.py128 if content is None or record["content"] == self._clean_content(
147 def _clean_content(self, rtype, content): member in Provider
166 newcontent = self._clean_content(rtype, content)
224 self._clean_content(rrset["type"], content)
H A Dultradns.py105 if content is None or record == self._clean_content(rtype, content):
126 def _clean_content(self, rtype, content): member in Provider
140 newcontent = self._clean_content(rtype, content)
219 if self._clean_content(rrset["rrtype"], content) != record: