Skip to content
This repository has been archived by the owner on Jun 9, 2020. It is now read-only.

Commit

Permalink
Merge pull request #100 from heroxbd/master
Browse files Browse the repository at this point in the history
line_profiler.py: update documentation of %lprun
  • Loading branch information
caethan authored Oct 20, 2017
2 parents e20658e + aecbe2f commit 96af703
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions line_profiler.py
Original file line number Diff line number Diff line change
Expand Up @@ -268,9 +268,7 @@ def lprun(self, parameter_s=''):
to profile. This option tells the profiler about these functions. Multiple
-f options may be used. The argument may be any expression that gives
a Python function or method object. However, one must be careful to avoid
spaces that may confuse the option parser. Additionally, functions defined
in the interpreter at the In[] prompt or via %run currently cannot be
displayed. Write these functions out to a separate file and import them.
spaces that may confuse the option parser.
-m <module>: Get all the functions/methods in a module
Expand Down

0 comments on commit 96af703

Please sign in to comment.