]> git.ipfire.org Git - thirdparty/libvirt.git/commit
ci: helper: Apply Python naming practice to private methods/attributes
authorErik Skultety <eskultet@redhat.com>
Thu, 18 Mar 2021 07:34:18 +0000 (08:34 +0100)
committerErik Skultety <eskultet@redhat.com>
Fri, 19 Mar 2021 10:50:07 +0000 (11:50 +0100)
commitfc47ba38aa051c6f126f823bc2e3a90faacd13d3
tree1257bbf460f637f44ad39590f434412d11ae31db
parentefa8ca47b97170309b5b5bd773ba326b39592469
ci: helper: Apply Python naming practice to private methods/attributes

As documented at [1], the common practice with respect to private
attributes/methods naming is to prefix them with an underscore.

[1] https://docs.python.org/3/tutorial/classes.html#private-variables

Signed-off-by: Erik Skultety <eskultet@redhat.com>
Reviewed-by: Andrea Bolognani <abologna@redhat.com>
ci/helper