Searched refs:new_attribute (Results 1 – 3 of 3) sorted by relevance
83 std::unique_ptr<HierarchicalPathAttribute> new_attribute; in MakeHierarchicalAddressMap() local87 new_attribute = absl::make_unique<HierarchicalPathAttribute>( in MakeHierarchicalAddressMap()91 kHierarchicalPathAttributeKey, std::move(new_attribute))); in MakeHierarchicalAddressMap()
391 def stub_with(self, namespace, symbol, new_attribute): argument404 newstub = (namespace, symbol, original_attribute, new_attribute)406 setattr(namespace, symbol, new_attribute)
2766 >>> mock.new_attribute # This will raise AttributeError.