Searched refs:some_attribute (Results 1 - 1 of 1) sorted by relevance
/third_party/python/Lib/unittest/test/testmock/ | ||
H A D | testmock.py | 923 some_attribute = property(_get, _set) variable in MockTest.test_subclass_with_properties.SubClass 926 self.assertEqual(s.some_attribute, 3) 929 s.some_attribute = 3 |
Completed in 3 milliseconds