书栈网 · BookStack 本次搜索耗时 0.018 秒,为您找到 945 个相关结果.
  • How is mypy different from Cython?

    How is mypy different from Cython? How is mypy different from Cython? Cython is a variant of Python that supportscompilation to CPython C modules. It can give major speedups t...
  • 0.19.1 (2013-05-11)

    0.19.1 (2013-05-11) Features added Bugs fixed Other changes 0.19.1 (2013-05-11) Features added Completely empty C-API structs for extension type slots (protocols likenumb...
  • External Plugins

    External Plugins Hop Plugins Actions Transforms Mark Hall Transforms AtolCD External Plugins Hop Plugins The Hop plugins repository contains a collection of plugins that...
  • Working with Python arrays

    Working with Python arrays Safe usage with memory views Zero-overhead, unsafe access to raw C pointer Cloning, extending arrays API reference Data fields Functions Workin...
  • Overview

    Overview Note Overview GreptimeDB supports running Python script inside the database. If the business logic is too complex to express via SQL, you can use python. Python prevai...
  • sys

    sys – 系统特有功能函数 函数 sys.exit(retval=0) sys.print_exception(exc, file=sys.stdout) 常数 sys.argv sys.byteorder sys.implementation sys.modules sys.path sys.platform sys.stderr s...
  • uWSGI 1.9.18

    uWSGI 1.9.18 License change Bugfixes New Features Minimal build profiles Auto-fix modifier1 Perl auto reloader The “raw” mode (preview technology, only for CPython) Optional ...
  • Working with Python arrays

    Working with Python arrays Safe usage with memory views Zero-overhead, unsafe access to raw C pointer Cloning, extending arrays API reference Data fields Functions Workin...
  • Scripts & functions

    Scripts & functions Note Scripts & functions GreptimeDB supports running Python script inside the database. If the business logic is too complex to express via SQL, you can use...
  • coding guide

    672 2020-04-19 《PyPy Documentation》
    Coding Guide Overview and motivation CPython vs. PyPy Application-level and interpreter-level execution and objects Application level is often preferable Our runtime interpreter...