heavyai / rbc

Remote Backend Compiler
https://rbc.readthedocs.io
BSD 3-Clause "New" or "Revised" License
30 stars 10 forks source link

Convert methods to snake case #570

Closed guilhermeleobas closed 1 year ago

guilhermeleobas commented 1 year ago

Python convention is to use snake case. There are quite a two types in RBC that uses camelCase.

StringDictionaryProxy:

RowFunctionManager: