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

  /external/chromium_org/third_party/protobuf/python/
stubout.py 65 orig_attr = getattr(obj, attr_name)
75 orig_attr = None
80 orig_attr = getattr(obj, attr_name)
84 if orig_attr is None:
91 orig_attr = staticmethod(orig_attr)
93 self.stubs.append((orig_obj, attr_name, orig_attr))
  /external/protobuf/python/
stubout.py 65 orig_attr = getattr(obj, attr_name)
75 orig_attr = None
80 orig_attr = getattr(obj, attr_name)
84 if orig_attr is None:
91 orig_attr = staticmethod(orig_attr)
93 self.stubs.append((orig_obj, attr_name, orig_attr))

Completed in 48 milliseconds