In C#/Java we can do so with the private keyword, in Python we can use the underscore. I found this discussion on Github, but it’s from 2015.
Is the accepted convention to use the underscore?
struct Example
_this_field_is_private::Int32
this_field_is_public::String
end