##// END OF EJS Templates
Merge branch 'kernelbase' of github.com:takluyver/ipython into kernelbase
Thomas Kluyver -
r17096:d2505409 merge
parent child Browse files
Show More
@@ -115,10 +115,10 b' relevant section of the :doc:`messaging spec <messaging>`.'
115
115
116 .. method:: do_inspect(code, cusor_pos, detail_level=0)
116 .. method:: do_inspect(code, cusor_pos, detail_level=0)
117
117
118 Object inspection
118 Object introspection
119
119
120 :param str code: The code
120 :param str code: The code
121 :param int cursor_pos: The position in the code where inspection is requested
121 :param int cursor_pos: The position in the code where introspection is requested
122 :param int detail_level: 0 or 1 for more or less detail. In IPython, 1 gets
122 :param int detail_level: 0 or 1 for more or less detail. In IPython, 1 gets
123 the source code.
123 the source code.
124
124
General Comments 0
You need to be logged in to leave comments. Login now