HomeSort by relevance Sort by last modified time
    Searched full:__dict__ (Results 51 - 75 of 878) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/protobuf/python/
stubout.py 57 probably be to manipulate obj.__dict__ instead of getattr() and
63 (not inspect.isclass(obj) and obj.__dict__.has_key(attr_name))):
89 old_attribute = obj.__dict__.get(attr_name)
121 old_attribute = parent.__dict__.get(child_name)
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_new.py 27 self.assertEqual(o.__dict__, {}, "new __dict__ should be empty")
30 self.assertEqual(o.__dict__, {}, "new __dict__ should be empty")
test_copy.py 436 return (C, (), self.__dict__)
438 return cmp(self.__dict__, other.__dict__)
451 return (C, (), self.__dict__)
453 self.__dict__.update(state)
455 return cmp(self.__dict__, other.__dict__)
479 return (C, (), self.__dict__, iter(self))
482 cmp(self.__dict__, other.__dict__))
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_new.py 27 self.assertEqual(o.__dict__, {}, "new __dict__ should be empty")
30 self.assertEqual(o.__dict__, {}, "new __dict__ should be empty")
test_copy.py 436 return (C, (), self.__dict__)
438 return cmp(self.__dict__, other.__dict__)
451 return (C, (), self.__dict__)
453 self.__dict__.update(state)
455 return cmp(self.__dict__, other.__dict__)
479 return (C, (), self.__dict__, iter(self))
482 cmp(self.__dict__, other.__dict__))
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_new.py 27 self.assertEqual(o.__dict__, {}, "new __dict__ should be empty")
30 self.assertEqual(o.__dict__, {}, "new __dict__ should be empty")
test_copy.py 436 return (C, (), self.__dict__)
438 return cmp(self.__dict__, other.__dict__)
451 return (C, (), self.__dict__)
453 self.__dict__.update(state)
455 return cmp(self.__dict__, other.__dict__)
479 return (C, (), self.__dict__, iter(self))
482 cmp(self.__dict__, other.__dict__))
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_new.py 27 self.assertEqual(o.__dict__, {}, "new __dict__ should be empty")
30 self.assertEqual(o.__dict__, {}, "new __dict__ should be empty")
test_copy.py 436 return (C, (), self.__dict__)
438 return cmp(self.__dict__, other.__dict__)
451 return (C, (), self.__dict__)
453 self.__dict__.update(state)
455 return cmp(self.__dict__, other.__dict__)
479 return (C, (), self.__dict__, iter(self))
482 cmp(self.__dict__, other.__dict__))
    [all...]