书栈网 · BookStack 本次搜索耗时 0.071 秒,为您找到 162389 个相关结果.
  • Reflect API

    Reflect API Property Ordering Reflect API The Reflect object is a plain object (like Math ), not a function/constructor like the other built-in natives. It holds static fu...
  • 03. API Example

    Before trying out the examples: Get and build JerryScript library Example 1. Execute JavaScript from your application Example 2. Split engine initialization and script execution....
  • 03. API Example

    Before trying out the examples: Get and build JerryScript library Example 1. Execute JavaScript from your application Example 2. Split engine initialization and script execution....
  • 03. API Example

    Before trying out the examples: Get and build JerryScript library Example 1. Execute JavaScript from your application Example 2. Split engine initialization and script execution....
  • 03. API Example

    Before trying out the examples: Get and build JerryScript library Example 1. Execute JavaScript from your application Example 2. Split engine initialization and script execution....
  • copyreg — 注册配合 pickle 模块使用的函数

    pickle 模块使用的函数示例 copyreg —- 注册配合 pickle 模块使用的函数 源代码: Lib/copyreg.py copyreg 模块提供了可在封存特定对象时使用的一种定义函数方式。 pickle 和 copy 模块会在封存/拷贝特定对象时使用这些函数。 此模块提供了非类对象构造器的相关配置信息...
  • Extension Types

    Extension Types Introduction Static Attributes Dynamic Attributes Type declarations Type Testing and Casting Extension types and None Special methods Properties Subclassing...
  • copyreg —- 注册配合 pickle 模块使用的函数

    pickle 模块使用的函数示例 copyreg —- 注册配合 pickle 模块使用的函数 源代码: Lib/copyreg.py copyreg 模块提供了可在封存特定对象时使用的一种定义函数方式。 pickle 和 copy 模块会在封存/拷贝特定对象时使用这些函数。 此模块提供了非类对象构造器的相关配置信...
  • Using the Wrapper

    Initializing Bullet Working with Bullet wrapper Callbacks Properties Creating and destroying objects Referencing objects Extending classes Comparing classes Common classes ...
  • 公用对象的结构

    公用对象的结构 公用对象的结构 大量的结构体被用于定义Python的对象类型。这一节描述了这些的结构体和它们的使用方法。 所有的 Python 对象都在对象的内存表示的开始部分共享少量的字段。 这些字段用 PyObject 或 PyVarObject 类型来表示,这些类型又由一些宏定义,这些宏也直接或间接地用于所有其他 Python 对象的定义。...