opencv/modules/ts/misc
cclauss de99f53e94 Don't forget self in table_formatter.py
__ridx__ is an _undefined name_ in this context but __self.ridx__ is used three other times in this method and nine times in this class.  Undefined names may raise [NameError](https://docs.python.org/3/library/exceptions.html#NameError) at runtime.

flake8 testing of https://github.com/opencv/opencv

$ __flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics__
```
./modules/ts/misc/table_formatter.py:50:23: F821 undefined name 'ridx'
            self.rows[ridx + 1].props = properties
                      ^
```
2018-05-03 08:24:24 +02:00
..
chart.py perf reports: remove units from table cells 2018-01-27 14:38:40 +00:00
color.py add #/usr/bin/env python to all python files 2012-11-23 22:57:22 +04:00
concatlogs.py add #/usr/bin/env python to all python files 2012-11-23 22:57:22 +04:00
perf_tests_timing.py Normalized file endings. 2013-08-21 18:59:25 +04:00
report.py perf reports: remove units from table cells 2018-01-27 14:38:40 +00:00
run_android.py run.py: simplified scripts, fixed most of PEP8 warnings 2018-01-19 17:05:40 +03:00
run_long.py run.py: simplified scripts, fixed most of PEP8 warnings 2018-01-19 17:05:40 +03:00
run_suite.py run.py: simplified scripts, fixed most of PEP8 warnings 2018-01-19 17:05:40 +03:00
run_utils.py run.py: simplified scripts, fixed most of PEP8 warnings 2018-01-19 17:05:40 +03:00
run.py run.py: simplified scripts, fixed most of PEP8 warnings 2018-01-19 17:05:40 +03:00
summary.py perf reports: remove units from table cells 2018-01-27 14:38:40 +00:00
table_formatter.py Don't forget self in table_formatter.py 2018-05-03 08:24:24 +02:00
testlog_parser.py perf reports: remove units from table cells 2018-01-27 14:38:40 +00:00
trace_profiler.py trace: initial support for code trace 2017-06-26 17:07:13 +03:00
xls-report.py Added more colorizing options to XLS generating script 2014-02-17 17:01:23 +04:00