书栈网 · BookStack 本次搜索耗时 0.055 秒,为您找到 945 个相关结果.
  • Overview

    Overview Documentation Overview Code Examples Installation Guide Supported Platforms AsyncIO Support Supported Installation Methods Install via pip Installing manually from t...
  • TLS/SSL and PyMongo

    TLS/SSL and PyMongo Dependencies Python 2.x Basic configuration Certificate verification policy Specifying a CA file Specifying a certificate revocation list Client certifica...
  • 3. 数据模型

    3. 数据模型 3.1. 对象、值与类型 3.2. 标准类型层级结构 3.3. 特殊方法名称 3.3.1. 基本定制 3.3.2. 自定义属性访问 3.3.2.1. 自定义模块属性访问 3.3.2.2. 实现描述器 3.3.2.3. 发起调用描述器 3.3.2.4. __slots__ 3.3.2.4.1. 使用 __slots__ 的注意事项 ...
  • 3. 数据模型

    3. 数据模型 3.1. 对象、值与类型 3.2. 标准类型层级结构 3.3. 特殊方法名称 3.3.1. 基本定制 3.3.2. 自定义属性访问 3.3.2.1. 自定义模块属性访问 3.3.2.2. 实现描述器 3.3.2.3. 调用描述器 3.3.2.4. __slots__ 3.3.2.4.1. 使用 __slots__ 的注意事项 ...
  • 3.3.1. 基本定制

    3.3.1. 基本定制 3.3.1. 基本定制 object. new (cls[, …]) 调用以创建一个 cls 类的新实例。new () 是一个静态方法 (因为是特例所以你不需要显式地声明),它会将所请求实例所属的类作为第一个参数。其余的参数会被传递给对象构造器表达式 (对类的调用)。new () 的返回值应为新对象实例 (通常是...
  • 3.3.1. 基本定制

    3.3.1. 基本定制 3.3.1. 基本定制 object.__new__ (cls[, …]) 调用以创建一个 cls 类的新实例。__new__() 是一个静态方法 (因为是特例所以你不需要显式地声明),它会将所请求实例所属的类作为第一个参数。其余的参数会被传递给对象构造器表达式 (对类的调用)。__new__() 的返回值应为新对象...
  • 3. 数据模型

    3. 数据模型 3.1. 对象、值与类型 3.2. 标准类型层级结构 3.3. 特殊方法名称 3.3.1. 基本定制 3.3.2. 自定义属性访问 3.3.2.1. 自定义模块属性访问 3.3.2.2. 实现描述器 3.3.2.3. 调用描述器 3.3.2.4. __slots__ 3.3.2.4.1. 使用 __slots__ 的注意事项 ...
  • 序列协议

    序列协议 序列协议 int PySequence_Check (PyObject *o) Part of the Stable ABI . 如果对象提供序列协议,函数返回 1 ,否则返回 0 。 请注意它将为具有 __getitem__() 方法的 Python 类返回 1 ,除非它们是 dict 的子类,因为在一般情况下无法确定它所支...
  • TLS/SSL and PyMongo

    TLS/SSL and PyMongo Dependencies Python 2.x Basic configuration Certificate verification policy Specifying a CA file Specifying a certificate revocation list Client certifica...
  • Troubleshooting

    Troubleshooting Troubleshooting DC/OS installation issues General troubleshooting approach IP detect script DNS resolvers Component logs Admin Router Troubleshooting DC/OS a...