We are creating the cross-platform public API in PyService, but all action methods are prefixed with an underscore while the platform specific classes are not prefixed with an underscore. To make it more sensible to newcomers, we should make the platform specific methods private (ie. prefixed with an underscore) and the public API public (ie not prefixed with an underscore).
We are creating the cross-platform public API in PyService, but all action methods are prefixed with an underscore while the platform specific classes are not prefixed with an underscore. To make it more sensible to newcomers, we should make the platform specific methods private (ie. prefixed with an underscore) and the public API public (ie not prefixed with an underscore).