linuxep / lepv

web backend and frontend for LEP
20 stars 31 forks source link

rename methods according to PEP 8 #35

Open linuxep opened 7 years ago

linuxep commented 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".

linuxep commented 7 years ago

PEP 8:

https://www.python.org/dev/peps/pep-0008/