Show More
@@ -237,7 +237,7 b' def call_tip(oinfo, format_call=True):' | |||
|
237 | 237 | """DEPRECATED. Extract call tip data from an oinfo dict. |
|
238 | 238 | """ |
|
239 | 239 | warnings.warn('`call_tip` function is deprecated as of IPython 6.0' |
|
240 | 'and will remove in future versions.', DeprecationWarning, stacklevel=2) | |
|
240 | 'and will be removed in future versions.', DeprecationWarning, stacklevel=2) | |
|
241 | 241 | # Get call definition |
|
242 | 242 | argspec = oinfo.get('argspec') |
|
243 | 243 | if argspec is None: |
General Comments 0
You need to be logged in to leave comments.
Login now