Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Popular Words: test テスト

Results 41 - 50 of 286 for host:docs.python.org (0.04 sec)

  1. tabnanny — Detection of ambiguous indentation —...

    Source code: Lib/tabnanny.py For the time being this module is intended to be called as a script. However it is possible to import it into an IDE and use the function check() described below.
    docs.python.org/3/library/tabnanny.html
    Registered: Fri Apr 26 03:59:54 UTC 2024
    - Last Modified: Thu Apr 25 18:25:10 UTC 2024
    - 21.6K bytes
    - Viewed (0)
  2. collections.abc — Abstract Base Classes for Con...

    Source code: Lib/_collections_abc.py This module provides abstract base classes that can be used to test whether a class provides a particular interface; for example, whether it is hashable or whet...
    docs.python.org/3/library/collections.abc.html
    Registered: Fri Apr 26 03:57:02 UTC 2024
    - Last Modified: Thu Apr 25 18:25:10 UTC 2024
    - 92.2K bytes
    - Viewed (0)
  3. PyHash API — Python 3.12.3 documentation

    See also the PyTypeObject.tp_hash member.
    docs.python.org/3/c-api/hash.html
    Registered: Fri Apr 26 04:07:37 UTC 2024
    - Last Modified: Thu Apr 25 18:25:10 UTC 2024
    - 19.4K bytes
    - Viewed (0)
  4. pkgutil — Package extension utility — Python 3....

    Source code: Lib/pkgutil.py This module provides utilities for the import system, in particular package support.
    docs.python.org/3/library/pkgutil.html
    Registered: Fri Apr 26 04:07:53 UTC 2024
    - Last Modified: Thu Apr 25 18:25:10 UTC 2024
    - 44.7K bytes
    - Viewed (0)
  5. Iterator Protocol — Python 3.12.3 documentation

    There are two functions specifically for working with iterators. To write a loop which iterates over an iterator, the C code should look something like this:
    docs.python.org/3/c-api/iter.html
    Registered: Fri Apr 26 04:07:56 UTC 2024
    - Last Modified: Thu Apr 25 18:25:10 UTC 2024
    - 24.5K bytes
    - Viewed (0)
  6. 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)
  7. 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)
  8. 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)
  9. 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)
  10. 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)
Back to top