File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -730,8 +730,8 @@ provides a mapping from global variable names to their values.
730730during execution. The global analogue for this field is ` ordered_globals ` . (I suppose this field should be named
731731` ordered_locals ` , but I haven't gotten around to renaming yet.)
732732
733- ` frame_id ` is a unique integer that identifies this frame; the first executed function gets an ID of 1, and then
734- subsequent calls get successively increasing IDs.
733+ ` frame_id ` is an integer that * uniquely * identifies this frame; the first function call ( of * any * function) gets
734+ a frame ID of 1, and then subsequent calls get successively increasing frame IDs.
735735
736736` unique_hash ` is a unique string that identifies this frame. For now, a simple way
737737to construct ` unique_hash ` is by concatenating the frame's function name with ` frame_id ` .
You can’t perform that action at this time.
0 commit comments