author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | |
Mon, 2 Jan 2017 14:42:10 +0000 (16:42 +0200) | ||
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | |
Tue, 3 Jan 2017 08:46:42 +0000 (10:46 +0200) | ||
commit | d66d3d3f2f82636002a13a7fd4a33b241c41e6bd | |
tree | 84b721adc6fe82d3deffddc82ef1642826dd1624 | tree | snapshot (tar.xz tar.gz zip) |
parent | f1a098203be8c44a52ed5d2a72982a3f634d4df6 | commit | diff |
py: db.py: Rename argument to event handlers to avoid shadowing
The first argument to the key event handlers bears the same name as the
global variable that identifies the connector. Rename it to fileobj
which, in addition to being more descriptive, avoids shadowing the
global variable.
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
The first argument to the key event handlers bears the same name as the
global variable that identifies the connector. Rename it to fileobj
which, in addition to being more descriptive, avoids shadowing the
global variable.
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
py/tests/db.py | diff | blob | history |