##// END OF EJS Templates
comply with the message spec in object_info requests...
MinRK -
Show More
@@ -229,6 +229,7 b' var IPython = (function (IPython) {'
229 229 {
230 230 var content = {
231 231 oname : objname.toString(),
232 detail_level : 0,
232 233 };
233 234 var msg = this._get_msg("object_info_request", content);
234 235 this.shell_channel.send(JSON.stringify(msg));
General Comments 0
You need to be logged in to leave comments. Login now