- put 3rd party "import pycotap" after the standard imports - "help" is a built-in function in Python, don't use it as a variable name - put the doc strings in the right locations (after the "def" line) - use isinstance() instead of checking via type() Message-Id: <a3413bbd-e98c-4267-81c7-aa42aeda8a09@linaro.org> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Thomas Huth <thuth@redhat.com> |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| archive.py | ||
| asset.py | ||
| cmd.py | ||
| config.py | ||
| decorators.py | ||
| gdb.py | ||
| linuxkernel.py | ||
| ports.py | ||
| tesseract.py | ||
| testcase.py | ||
| tuxruntest.py | ||
| uncompress.py | ||
| utils.py | ||