Show More
@@ -115,10 +115,10 b' relevant section of the :doc:`messaging spec <messaging>`.' | |||
|
115 | 115 | |
|
116 | 116 | .. method:: do_inspect(code, cusor_pos, detail_level=0) |
|
117 | 117 | |
|
118 | Object inspection | |
|
118 | Object introspection | |
|
119 | 119 | |
|
120 | 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 | 122 | :param int detail_level: 0 or 1 for more or less detail. In IPython, 1 gets |
|
123 | 123 | the source code. |
|
124 | 124 |
General Comments 0
You need to be logged in to leave comments.
Login now