书栈网 · BookStack 本次搜索耗时 0.048 秒,为您找到 945 个相关结果.
  • 1. 命令行与环境

    1. 命令行与环境 1.1. 命令行 1.1.1. 接口选项 1.1.2. 通用选项 1.1.3. 其他选项 1.1.4. 不应当使用的选项 1.2. 环境变量 1.2.1. 调试模式变量 1. 命令行与环境 为获取各种设置信息,CPython 解析器会扫描命令行与环境。 CPython implementation detail: ...
  • 31. Running a buildbot worker

    31. Running a buildbot worker 31.1. Preparing for buildbot worker setup 31.2. Setting up the buildbot worker 31.2.1. Conventional always-on machines 31.2.2. Latent workers 31.3...
  • readline — GNU readline 接口

    readline —- GNU readline 接口初始化文件 行缓冲区 历史文件 历史列表 启动钩子 Completion 示例 readline —- GNU readline 接口 readline 模块定义了许多方便从 Python 解释器完成和读取/写入历史文件的函数。 此模块可以直接使用,或通过支持在交互提示...
  • readline —- GNU readline 接口

    readline —- GNU readline 接口 初始化文件 行缓冲区 历史文件 历史列表 启动钩子 Completion 示例 readline —- GNU readline 接口 readline 模块定义了许多方便从 Python 解释器完成和读取/写入历史文件的函数。 此模块可以直接使用,或通过支持在交互提示符下完...
  • 操作系统实用程序

    操作系统实用程序 系统功能 过程控制 操作系统实用程序 PyObject * PyOS_FSPath (PyObject \path*) Return value: New reference. Return the file system representation for path. If the object is a str ...
  • 4. 执行模型

    4. 执行模型 4.1. 程序的结构 4.2. 命名与绑定 4.2.1. 名称的绑定 4.2.2. 名称的解析 4.2.3. 内置命名空间和受限的执行 4.2.4. 与动态特性的交互 4.3. 异常 4. 执行模型 4.1. 程序的结构 Python 程序是由代码块构成的。 代码块 是被作为一个单元来执行的一段 Python 程序文本。...
  • Quickstart for Python/WSGI applications

    Quickstart for Python/WSGI applications Installing uWSGI with Python support The first WSGI application Deploy it on HTTP port 9090 Adding concurrency and monitoring Putting be...
  • dis —- Python 字节码反汇编器

    dis —- Python 字节码反汇编器 命令行接口 字节码分析 分析函数 Python字节码说明 操作码集合 dis —- Python 字节码反汇编器 Source code: Lib/dis.py dis 模块通过反汇编支持CPython的 bytecode 分析。该模块作为输入的 CPython 字节码在文件 Inc...
  • imp —- Access the import internals

    imp —- Access the import internals示例 imp —- Access the import internals Source code: Lib/imp.py 3.4 版后已移除: The imp module is deprecated in favor of importlib . ...
  • imp — Access the import internals

    imp —- Access the import internals例子 imp —- Access the import internals Source code: Lib/imp.py 3.4 版后已移除: The imp module is deprecated in favor of importlib . ...