##// END OF EJS Templates
Add missing content description for 'string_form' in messaging spec.
epatters -
Show More
@@ -481,6 +481,8 b' Message type: ``object_info_reply``::'
481 481 # can also be a string like 'Magic function' or 'System alias'
482 482 'type_name' : str,
483 483
484 # The string form of the object, possibly truncated for length if
485 # detail_level is 0
484 486 'string_form' : str,
485 487
486 488 # For objects with a __class__ attribute this will be set
General Comments 0
You need to be logged in to leave comments. Login now