Alois Mahdal
fc28c3c3d8
Add pythonConvention HL class (`cls` and `self`)
These are especially useful in OOP as they help visually distinguish how
many parameters the function will be called with (in signature), or
actual state preservation from transient or return variables (in
function body).