Open linuxep opened 7 years ago
Rename the python methods in LEPV according to PEP 8
we have an example to follow, which is IOProfiler.
for example, rename "getStatus" to "get_status".
PEP 8:
https://www.python.org/dev/peps/pep-0008/
Rename the python methods in LEPV according to PEP 8
we have an example to follow, which is IOProfiler.
for example, rename "getStatus" to "get_status".