Frames
Enter search terms or a module, class or function name.
row_count
Number of rows in the current frame.
: int
The number of rows in the frame
Counts all of the rows in the frame.
Examples
Get the number of rows:
>>> frame.row_count 4