书栈网 · BookStack 本次搜索耗时 0.015 秒,为您找到 34261 个相关结果.
  • 别名化Python模块

    别名化Python模块 案例1 - 映射一个简单的文件到一个虚拟模块 案例2 - 映射一个包到目录 案例3 - 覆盖特定的子模块 别名化Python模块 拥有一个Python包/模块/文件的多个版本是非常常见的。 操作PYTHONPATH,或者使用virtualenv是在无需修改代码的情况下使用不同版本的一种方式。 但是亲爱的,为什么不使用...
  • shelve —- Python object persistence

    shelve —- Python object persistence Restrictions 示例 shelve —- Python object persistence Source code: Lib/shelve.py A "shelf" is a persistent, dictionary-like object. The d...
  • codeop —- 编译Python代码

    codeop —- 编译Python代码 codeop —- 编译Python代码 源代码: Lib/codeop.py codeop 模块提供了可以模拟Python读取-执行-打印循环的实用程序,就像在 code 模块中一样。因此,您可能不希望直接使用该模块;如果你想在程序中包含这样一个循环,你可能需要使用 code 模块。 这...
  • faulthandler —- Dump the Python traceback

    faulthandler —- Dump the Python traceback Dumping the traceback Fault handler state Dumping the tracebacks after a timeout Dumping the traceback on a user signal Issue with fil...
  • SQL to SequoiaDB shell to Python

    SQL to SequoiaDB shell to Python SQL to SequoiaDB shell to Python SequoiaDB 的查询用 dict(bson)对象表示,下表以例子的形式显示了 SQL 语句,SequoiaDB shell 语句和 SequoiaDB Python 驱动程序语法之间的对照。 SQL Sequoi...
  • 4.4.2 Python 程序架构

    4.4.2 Python 程序架构 4.4.2 Python 程序架构 简单程序可以只用一个程序文件实现,但对绝大多数 Python 程序,一般都是由多个源 文件(即模块)组成的,其中每个源文件都是包含 Python 语句的文本文件。 具体来说,Python 程序通常是由一个顶层主文件和多个模块文件组成的。顶层主文件 定义了程序的主控制流,是执行应...
  • Python 客户端

    Python 客户端 安装 Kylinpy 命令行工具 Kylinpy命令行工具示例 Apache Kylin SQLAlchemy方言 SQLAlchemy 实例 使用 Python 和 Apache Kylin 做数据科学分析 Python 客户端 Apache Kylin Python 客户端工具库是基于Python可访问Kylin...
  • Python 客户端

    Python 客户端 安装 Kylinpy 命令行工具 Kylinpy命令行工具示例 Apache Kylin SQLAlchemy方言 SQLAlchemy 实例 Python 客户端 Apache Kylin Python 客户端工具库是基于Python可访问Kylin的客户端. 此工具库包含两个可使用组件. Apache Kyli...
  • Python 客户端

    Python 客户端 安装 Kylinpy 命令行工具 Kylinpy命令行工具示例 Apache Kylin SQLAlchemy方言 SQLAlchemy 实例 Python 客户端 Apache Kylin Python 客户端工具库是基于Python可访问Kylin的客户端. 此工具库包含两个可使用组件. Apache Kyli...
  • 01. Python 工具

    3241 2019-01-17 《中文 Python 笔记》
    01.01 Python 简介 01.02 Ipython 解释器 01.03 Ipython notebook 01.04 使用 Anaconda