Alessio Quaglino
4bb6aeb19f
Change site and frame attach API.
...
Old API:
```
site.attach(child_spec)
frame.attach(child_spec)
```
New API:
```
parent_spec.attach(child_spec, frame=frame_name_or_object)
parent_spec.attach(site_spec, site=site_name_or_object)
```
This enables accessing the parent object during attach, which will be used in a follow-up CL to automatically append the child assets to the parent.
PiperOrigin-RevId: 717908589
Change-Id: I0fb27e99694c954cb8ba8a8c98484ffd53a4d6db
2025-01-21 07:29:27 -08:00
..
2023-12-12 08:59:46 -08:00
2024-12-16 10:05:23 -08:00
2024-09-23 12:01:25 -07:00
2023-12-12 08:59:46 -08:00
2025-01-15 11:13:27 -08:00
2022-03-15 14:04:44 +00:00
2024-10-25 13:24:21 +02:00
2024-11-19 14:07:21 -08:00
2022-05-25 07:01:59 -07:00
2024-10-04 11:23:18 +03:00
2025-01-09 07:38:22 -08:00
2022-10-17 00:05:56 -07:00
2025-01-15 11:13:27 -08:00
2024-07-04 09:22:23 -07:00
2024-10-01 11:08:01 -07:00
2022-03-15 14:04:44 +00:00
2023-05-26 09:17:26 -07:00
2024-12-30 15:24:36 -08:00
2022-05-23 01:08:49 -07:00
2023-04-10 10:09:49 -07:00
2024-12-30 15:24:36 -08:00
2025-01-09 07:38:22 -08:00
2023-10-31 09:16:40 -07:00
2024-12-09 21:10:50 -08:00
2024-12-09 21:10:50 -08:00
2024-12-09 21:10:50 -08:00
2024-12-09 21:10:50 -08:00
2023-10-13 16:13:24 -07:00
2023-09-18 10:53:35 -07:00
2024-10-24 08:31:15 -07:00
2024-12-09 21:10:50 -08:00
2024-07-02 08:01:40 -07:00
2024-12-09 21:10:50 -08:00
2024-12-09 21:10:50 -08:00
2025-01-20 14:27:31 -08:00
2024-12-16 09:57:08 -08:00
2024-12-16 09:57:08 -08:00
2024-10-09 08:54:54 -07:00
2024-06-17 06:12:22 -07:00
2025-01-21 07:29:27 -08:00
2025-01-21 07:29:27 -08:00
2025-01-10 09:23:55 -08:00
2024-09-24 06:57:20 -07:00
2024-12-16 09:57:08 -08:00
2024-12-16 09:57:08 -08:00
2022-12-08 14:35:20 -08:00
2024-12-09 21:10:50 -08:00