##// END OF EJS Templates
prun is a method, not a class...
Paul Ivanov -
Show More
@@ -310,7 +310,7 b' Currently the magic system has the following functions:""",'
310 See Also
310 See Also
311 --------
311 --------
312 prun : run code using the Python profiler
312 prun : run code using the Python profiler
313 (:class:`~IPython.core.magics.execution.ExecutionMagics.prun`)
313 (:meth:`~IPython.core.magics.execution.ExecutionMagics.prun`)
314 """
314 """
315 from IPython.core.application import BaseIPythonApplication
315 from IPython.core.application import BaseIPythonApplication
316 if BaseIPythonApplication.initialized():
316 if BaseIPythonApplication.initialized():
General Comments 0
You need to be logged in to leave comments. Login now