##// 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 var content = {
230 var content = {
231 oname : objname.toString(),
231 oname : objname.toString(),
232 detail_level : 0,
232 };
233 };
233 var msg = this._get_msg("object_info_request", content);
234 var msg = this._get_msg("object_info_request", content);
234 this.shell_channel.send(JSON.stringify(msg));
235 this.shell_channel.send(JSON.stringify(msg));
General Comments 0
You need to be logged in to leave comments. Login now