书栈网 · BookStack 本次搜索耗时 0.051 秒,为您找到 1044 个相关结果.
  • inspect —- 检查对象

    inspect —- 检查对象类型和成员 Retrieving source code Introspecting callables with the Signature object 类与函数 The interpreter stack Fetching attributes statically Current State of Ge...
  • inspect —- 检查对象

    inspect —- 检查对象 类型和成员 Retrieving source code Introspecting callables with the Signature object 类与函数 The interpreter stack Fetching attributes statically Current State of Gene...
  • 4. 构建C/C++扩展

    4. 构建C/C++扩展 4.1. 使用 setuptools 构建 C 和 C++ 扩展 4. 构建C/C++扩展 一个CPython的C扩展是一个共享库(例如一个Linux上的 .so ,或者Windows上的 .pyd ),其会导出一个 初始化函数 。 为了可导入,共享库必须在 PYTHONPATH 中列出,且必须按照模块名称命名,并带...
  • Python globals()函数

    Python globals() 函数 Python globals() 函数 原文: https://thepythonguru.com/python-builtin-functions/globals/ 于 2020 年 1 月 7 日更新 globals() 函数返回一个字典,其中包含在全局命名空间中定义的变量。 当从函数或方法...
  • 调用协议

    调用协议 tp_call 协议 Vectorcall 协议 递归控制 Vectorcall 支持 API 调用对象的 API 调用支持 API 调用协议 CPython 支持两种不同的调用协议:tp_call 和矢量调用。 tp_call 协议 设置 tp_call 的类的实例都是可调用的。 槽位的签名为: PyObject *...
  • Python 3.11 有什么新变化

    Python 3.11 有什么新变化 摘要 — 发布重点 新的特性 PEP 657:回溯信息中标注更详细的错误位置 PEP 654:异常组与 except* PEP 678:可用注释丰富异常 Windows 下的 py.exe 启动器改进 有关类型提示的新增特性 PEP 646:可变参数泛型 PEP 655:将单个 TypedDict 项...
  • C API 的稳定性

    C API 的稳定性 不稳定 C API 应用程序二进制接口的稳定版 受限 C API 稳定 ABI 受限 API 的作用域和性能 受限 API 警示 平台的考虑 受限 API 的内容 C API 的稳定性 除非另有文档说明,Python 的 C API 将遵循 PEP 387 所描述的向下兼容策略。 对它的大部分改变都是源代码级兼容...
  • 1. 概述

    1. 概述 1. 概述 本参考手册是对 Python 编程语言的描述。并不适宜作为教程使用。 我希望尽可能地保证内容精确无误,但还是选择使用自然词句进行描述,正式的规格定义仅用于句法和词法解析。这样应该能使文档对于普通人来说更易理解,但也可能导致一些歧义。因此,如果你是来自火星并且想凭借这份文档把 Python 重新实现一遍,也许有时需要自行猜测,...
  • Installation guide

    Installation guide Installing Scrapy Things that are good to know Using a virtual environment (recommended) Platform specific installation notes Windows Ubuntu 14.04 or above ...
  • Installation guide

    Installation guide Supported Python versions Installing Scrapy Things that are good to know Using a virtual environment (recommended) Platform specific installation notes Windo...