Show More
@@ -156,6 +156,7 b' var IPython = (function (IPython) {' | |||||
156 | CodeCell.prototype.finish_tooltip = function (reply) { |
|
156 | CodeCell.prototype.finish_tooltip = function (reply) { | |
157 | defstring=reply.definition; |
|
157 | defstring=reply.definition; | |
158 | docstring=reply.docstring; |
|
158 | docstring=reply.docstring; | |
|
159 | if(docstring == null){docstring="<empty docstring>"}; | |||
159 | name=reply.name; |
|
160 | name=reply.name; | |
160 |
|
161 | |||
161 | var that = this; |
|
162 | var that = this; |
General Comments 0
You need to be logged in to leave comments.
Login now