##// END OF EJS Templates
Merge pull request #8408 from minrk/inspect-found...
Thomas Kluyver -
r21331:a7d74cfd merge
parent child Browse files
Show More
@@ -508,6 +508,9 b' Message type: ``inspect_reply``::'
508 508 # 'ok' if the request succeeded or 'error', with error information as in all other replies.
509 509 'status' : 'ok',
510 510
511 # found should be true if an object was found, false otherwise
512 'found' : bool,
513
511 514 # data can be empty if nothing is found
512 515 'data' : dict,
513 516 'metadata' : dict,
General Comments 0
You need to be logged in to leave comments. Login now