Lines Matching defs:thing
818 for thing in Something, SomethingElse, Something(), SomethingElse:
819 proxy = _get_proxy(thing)
826 self.assertEqual(thing.foo, 'foo')
836 for thing in Something, SomethingElse, Something(), SomethingElse:
844 self.assertEqual(thing.foo, 'foo')
1411 thing = SomeTest()
1412 thing.test_one()
1413 thing.test_two()
1589 thing = 'original'
1592 return self.thing
1594 return self.thing
1596 return self.thing
1598 return self.thing
1600 Foo = patch.object(Foo, 'thing', 'changed')(Foo)
1834 class thing(object):
1842 return mypatch(lambda: thing, attribute, None, None,