mirror of
https://github.com/python/cpython.git
synced 2025-07-07 19:35:27 +00:00
Remove backwards compatibility stuff from profile/cProfile.
This commit is contained in:
parent
395ed24589
commit
85477afcb6
2 changed files with 0 additions and 12 deletions
|
@ -56,11 +56,6 @@ def runctx(statement, globals, locals, filename=None):
|
|||
result = prof.print_stats()
|
||||
return result
|
||||
|
||||
# Backwards compatibility.
|
||||
def help():
|
||||
print("Documentation for the profile/cProfile modules can be found ")
|
||||
print("in the Python Library Reference, section 'The Python Profiler'.")
|
||||
|
||||
# ____________________________________________________________
|
||||
|
||||
class Profile(_lsprof.Profiler):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue