You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the planned deprecation of returning multiple Keys from Computer.add(), it should remain possible to inspect a larger batch of keys generated from a complex operation.
In order to do this, add a read-only property like Computer.last_modified that gives a collection (always) of the Keys (perhaps only 1) modified in the last operation. The contents would be overwritten for every new operation by calling a private method.
The text was updated successfully, but these errors were encountered:
With the planned deprecation of returning multiple Keys from
Computer.add()
, it should remain possible to inspect a larger batch of keys generated from a complex operation.In order to do this, add a read-only property like
Computer.last_modified
that gives a collection (always) of the Keys (perhaps only 1) modified in the last operation. The contents would be overwritten for every new operation by calling a private method.The text was updated successfully, but these errors were encountered: