Home
last modified time | relevance | path

Searched refs:some_attribute (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Lib/unittest/test/testmock/
H A Dtestmock.py923 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