【问题标题】:A full list of special double-underscore properties in standard python libraries?标准python库中特殊双下划线属性的完整列表?
【发布时间】:2013-04-25 19:19:23
【问题描述】:

有没有人列出以双下划线开头和结尾的特殊 python 属性,并简要说明它们的功能?

大致如下:

{
    "__slots__": "an iterable that restricts a set of admissible methods in a class",
    "__imul__": "*=",
    "__doc__": "docstring",
}

【问题讨论】:

标签: python standard-library double-underscore


【解决方案1】:

所有这些信息都在 Python 文档的 Data Model 部分中

【讨论】:

    【解决方案2】:

    您可以查看herehere (python docs) 以获取列表。但我不知道它们是否真的是完整的列表。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2021-11-28
      • 2019-01-04
      • 2012-11-09
      • 1970-01-01
      • 1970-01-01
      • 2014-03-26
      相关资源
      最近更新 更多