Show More
@@ -190,8 +190,6 b' def check_linecache_ipython(*args):' | |||
|
190 | 190 | also existed? |
|
191 | 191 | """ |
|
192 | 192 | import warnings |
|
193 | warnings.warn( | |
|
194 |
|
|
|
195 | DeprecationWarning | |
|
196 | ) | |
|
193 | ||
|
194 | warnings.warn("Just call linecache.checkcache() directly.", DeprecationWarning) | |
|
197 | 195 | linecache.checkcache() |
General Comments 0
You need to be logged in to leave comments.
Login now