HomeSort by relevance Sort by last modified time
    Searched refs:old_attribute (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/protobuf/python/
stubout.py 89 old_attribute = obj.__dict__.get(attr_name)
90 if old_attribute is not None and isinstance(old_attribute, staticmethod):
121 old_attribute = parent.__dict__.get(child_name)
122 if old_attribute is not None and isinstance(old_attribute, staticmethod):
  /external/protobuf/python/
stubout.py 89 old_attribute = obj.__dict__.get(attr_name)
90 if old_attribute is not None and isinstance(old_attribute, staticmethod):
121 old_attribute = parent.__dict__.get(child_name)
122 if old_attribute is not None and isinstance(old_attribute, staticmethod):

Completed in 751 milliseconds