Well there are no private public functions in Python, but we generally treat
functions and variables starting with _ as private ones.
A function which needs to be overrided in extension should be a public one.
marmoute | |
mharbison72 |
hg-reviewers |
Well there are no private public functions in Python, but we generally treat
functions and variables starting with _ as private ones.
A function which needs to be overrided in extension should be a public one.
Automatic diff as part of commit; lint not applicable. |
Automatic diff as part of commit; unit tests not applicable. |