Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Popular Words: テスト test

Results 61 - 70 of 409 for host:docs.python.org (0.03 sec)

  1. Cell Objects — Python 3.12.3 documentation

    “Cell” objects are used to implement variables referenced by multiple scopes. For each such variable, a cell object is created to store the value; the local variables of each stack frame that refer...
    docs.python.org/3/c-api/cell.html
    Registered: Fri Apr 26 04:11:26 UTC 2024
    - Last Modified: Thu Apr 25 18:25:10 UTC 2024
    - 23.3K bytes
    - Viewed (0)
  2. How to port Python 2 Code to Python 3 — Python ...

    author, Brett Cannon,. Python 2 reached its official end-of-life at the start of 2020. This means that no new bug reports, fixes, or changes will be made to Python 2 - it’s no longer supported: see...
    docs.python.org/3/howto/pyporting.html
    Registered: Fri Apr 26 04:09:01 UTC 2024
    - Last Modified: Thu Apr 25 18:25:10 UTC 2024
    - 16.3K bytes
    - Viewed (0)
  3. Support for Perf Maps — Python 3.12.3 documenta...

    On supported platforms (as of this writing, only Linux), the runtime can take advantage of perf map files to make Python functions visible to an external profiling tool (such as perf). A running pr...
    docs.python.org/3/c-api/perfmaps.html
    Registered: Fri Apr 26 04:10:14 UTC 2024
    - Last Modified: Thu Apr 25 18:25:10 UTC 2024
    - 22.3K bytes
    - Viewed (0)
  4. Data marshalling support — Python 3.12.3 docume...

    These routines allow C code to work with serialized objects using the same data format as the marshal module. There are functions to write data into the serialization format, and additional functio...
    docs.python.org/3/c-api/marshal.html
    Registered: Fri Apr 26 04:10:29 UTC 2024
    - Last Modified: Thu Apr 25 18:25:10 UTC 2024
    - 29.3K bytes
    - Viewed (0)
  5. 10. Full Grammar specification — Python 3.12.3 ...

    This is the full Python grammar, derived directly from the grammar used to generate the CPython parser (see Grammar/python.gram). The version here omits details related to code generation and error...
    docs.python.org/3/reference/grammar.html
    Registered: Fri Apr 26 04:10:35 UTC 2024
    - Last Modified: Thu Apr 25 18:25:10 UTC 2024
    - 86.7K bytes
    - Viewed (0)
  6. 6. Editors and IDEs — Python 3.12.3 documentation

    There are a number of IDEs that support Python programming language. Many editors and IDEs provide syntax highlighting, debugging tools, and PEP 8 checks. Please go to Python Editors and Integrated...
    docs.python.org/3/using/editors.html
    Registered: Fri Apr 26 04:09:51 UTC 2024
    - Last Modified: Thu Apr 25 18:25:10 UTC 2024
    - 16K bytes
    - Viewed (0)
  7. stringprep — Internet String Preparation — Pyth...

    Source code: Lib/stringprep.py When identifying things (such as host names) in the internet, it is often necessary to compare such identifications for “equality”. Exactly how this comparison is exe...
    docs.python.org/3/library/stringprep.html
    Registered: Fri Apr 26 04:08:21 UTC 2024
    - Last Modified: Thu Apr 25 18:25:10 UTC 2024
    - 30.3K bytes
    - Viewed (0)
  8. keyword — Testing for Python keywords — Python ...

    Source code: Lib/keyword.py This module allows a Python program to determine if a string is a keyword or soft keyword.
    docs.python.org/3/library/keyword.html
    Registered: Fri Apr 26 04:08:24 UTC 2024
    - Last Modified: Thu Apr 25 18:25:10 UTC 2024
    - 20.1K bytes
    - Viewed (0)
  9. Index — Python 3.12.3 documentation

    Navigation index modules | Python » 3.12.3 Documentation » Index | Theme Auto Light Dark | Index Symbols | _ | A | B ...
    docs.python.org/3/genindex-all.html
    Registered: Fri Apr 26 03:42:07 UTC 2024
    - Last Modified: Thu Apr 25 18:25:10 UTC 2024
    - 1.7M bytes
    - Viewed (0)
  10. string — Common string operations — Python 3.12...

    Source code: Lib/string.py String constants: The constants defined in this module are: Custom String Formatting: The built-in string class provides the ability to do complex variable substitutions ...
    docs.python.org/3/library/string.html
    Registered: Fri Apr 26 03:42:48 UTC 2024
    - Last Modified: Thu Apr 25 18:25:10 UTC 2024
    - 116.2K bytes
    - Viewed (0)
Back to top