(valueobject, unused_dict)
| 212 | |
| 213 | |
| 214 | def summarize_handle(valueobject, unused_dict): |
| 215 | return summarize_heap_object_internal( |
| 216 | valueobject, lambda: valueobject.GetNonSyntheticValue(). |
| 217 | GetChildMemberWithName('location_').Dereference()) |
| 218 | |
| 219 | |
| 220 | class TaggedChildrenProvider(HeapObjectChildrenProvider): |
nothing calls this directly
no test coverage detected