【发布时间】:2019-03-02 03:26:57
【问题描述】:
在 python 中隐藏数据的好方法是什么?和java一样吗? 私人是双下划线? protected 是单下划线? 公共功能是可能的,不推荐会员公共? 对吧?
【问题讨论】:
-
Perl 文化在这方面就像 python,但 Perl 表达的情感有点不同。正如骆驼书所说,
a Perl module would prefer that you stayed out of its living room because you weren't invited, not because it has a shotgun.(来自上面评论中的链接)
标签: python python-3.x