Home | History | Annotate | Download | only in dashboard

Lines Matching refs:Row

10   * Re-parent all TestMetadata and Row entities from the old TestMetadata to
66 # Properties of Row that shouldn't be copied.
275 """Migrates data (Row entities) from the old to the new test.
343 """Copies Row entities from one parent to another, deleting old ones.
360 # Add some Row entities to the lists of entities to put and delete.
363 for row in rows:
365 graph_data.Row, row, row.key.id(), new_parent_key, _ROW_EXCLUDE))
366 rows_to_delete.append(row.key)
457 cls: The class of the entity to create, either Row or TestMetadata.
464 The new Row or TestMetadata entity (or the existing one).
469 if old_entity.key.kind() == 'Row':