mirror of
https://github.com/python/cpython.git
synced 2025-08-19 00:00:48 +00:00
Merge #12417 followup, also removing an extra docstring
This commit is contained in:
commit
beb9170cc4
3 changed files with 0 additions and 58 deletions
|
@ -1,13 +1,9 @@
|
|||
"""Class for printing reports on profiled python code."""
|
||||
|
||||
# Class for printing reports on profiled python code. rev 1.0 4/1/94
|
||||
#
|
||||
# Written by James Roskind
|
||||
# Based on prior profile module by Sjoerd Mullender...
|
||||
# which was hacked somewhat by: Guido van Rossum
|
||||
|
||||
"""Class for profiling Python code."""
|
||||
|
||||
# Copyright Disney Enterprises, Inc. All Rights Reserved.
|
||||
# Licensed to PSF under a Contributor Agreement
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue