[Python-checkins] CVS: python/dist/src/Doc/lib libprofile.tex,1.32.2.1,1.32.2.2

Fred L. Drake fdrake@users.sourceforge.net
2001年7月02日 14:22:58 -0700


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory usw-pr-cvs1:/tmp/cvs-serv8507/lib
Modified Files:
 Tag: release21-maint
	libprofile.tex 
Log Message:
Marked the parameters to Stats.print_*() as optional.
This closes SF bug #438032.
Index: libprofile.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libprofile.tex,v
retrieving revision 1.32.2.1
retrieving revision 1.32.2.2
diff -C2 -r1.32.2.1 -r1.32.2.2
*** libprofile.tex	2001年06月14日 13:57:49	1.32.2.1
--- libprofile.tex	2001年07月02日 21:22:56	1.32.2.2
***************
*** 450,454 ****
 \end{methoddesc}
 
! \begin{methoddesc}[Stats]{print_stats}{restriction\optional{, ...}}
 This method for the \class{Stats} class prints out a report as described
 in the \function{profile.run()} definition.
--- 450,454 ----
 \end{methoddesc}
 
! \begin{methoddesc}[Stats]{print_stats}{\optional{restriction, \moreargs}}
 This method for the \class{Stats} class prints out a report as described
 in the \function{profile.run()} definition.
***************
*** 485,489 ****
 
 
! \begin{methoddesc}[Stats]{print_callers}{restrictions\optional{, ...}}
 This method for the \class{Stats} class prints a list of all functions
 that called each function in the profiled database. The ordering is
--- 485,489 ----
 
 
! \begin{methoddesc}[Stats]{print_callers}{\optional{restriction, \moreargs}}
 This method for the \class{Stats} class prints a list of all functions
 that called each function in the profiled database. The ordering is
***************
*** 495,499 ****
 \end{methoddesc}
 
! \begin{methoddesc}[Stats]{print_callees}{restrictions\optional{, ...}}
 This method for the \class{Stats} class prints a list of all function
 that were called by the indicated function. Aside from this reversal
--- 495,499 ----
 \end{methoddesc}
 
! \begin{methoddesc}[Stats]{print_callees}{\optional{restriction, \moreargs}}
 This method for the \class{Stats} class prints a list of all function
 that were called by the indicated function. Aside from this reversal

AltStyle によって変換されたページ (->オリジナル) /