DebugClients/Python/PyProfile.py

changeset 2953
703452a2876f
parent 2302
f29e9405c851
child 2987
c99695c0f13a
diff -r 94fc661a54a2 -r 703452a2876f DebugClients/Python/PyProfile.py
--- a/DebugClients/Python/PyProfile.py	Sat Sep 28 17:40:42 2013 +0200
+++ b/DebugClients/Python/PyProfile.py	Sat Sep 28 19:06:25 2013 +0200
@@ -111,6 +111,7 @@
         code over a network... This logic deals with that.
         
         @param frame the frame object
+        @return fixed up file name (string)
         """
         # get module name from __file__
         if not isinstance(frame, profile.Profile.fake_frame) and \
@@ -129,6 +130,10 @@
         
         This is a variant of the one found in the standard Python
         profile.py calling fix_frame_filename above.
+        
+        @param frame reference to the call frame
+        @param t arguments of the call
+        @return flag indicating a handled call
         """
         if self.cur and frame.f_back is not self.cur[-2]:
             rpt, rit, ret, rfn, rframe, rcur = self.cur

eric ide

mercurial