Searched refs:_test_attr_ro (Results 1 – 1 of 1) sorted by relevance
/third_party/python/Lib/test/test_email/ |
D | test_headerregistry.py | 98 def _test_attr_ro(self, attr): member in TestBaseHeaderFeatures 104 self._test_attr_ro('name') 107 self._test_attr_ro('defects') 1375 def _test_attr_ro(self, obj, attr): member in TestAddressAndGroup 1380 self._test_attr_ro(Address('foo', 'bar', 'baz'), 'display_name') 1383 self._test_attr_ro(Address('foo', 'bar', 'baz'), 'username') 1386 self._test_attr_ro(Address('foo', 'bar', 'baz'), 'domain') 1389 self._test_attr_ro(Group('foo'), 'display_name') 1392 self._test_attr_ro(Group('foo'), 'addresses')
|