Searched refs:to_tag (Results 1 – 2 of 2) sorted by relevance
63 for to_tag in visible_tags:64 self.assertTrue(d.is_tag_visible(from_tag, to_tag))65 for to_tag in TaggedDict.TAGS:66 self.assertEqual(d.is_tag_visible(from_tag, to_tag),67 to_tag in visible_tags)
1321 def is_tag_visible(cls, from_tag, to_tag): argument1322 return to_tag in cls._TAG_VISIBILITY[from_tag]