Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Popular Words: %27 test テスト [xss]

Results 171 - 180 of 424 for host:docs.python.org (0.03 sec)

  1. Iterator Protocol — Python 3.13.5 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 Jun 27 04:02:41 UTC 2025
    - Last Modified: Fri Jun 27 00:23:12 UTC 2025
    - 22.2K bytes
    - Viewed (0)
  2. Data marshalling support — Python 3.13.5 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 Jun 27 04:02:51 UTC 2025
    - Last Modified: Fri Jun 27 00:23:12 UTC 2025
    - 27K bytes
    - Viewed (0)
  3. uu — Encode and decode uuencode files — Python ...

    This module is no longer part of the Python standard library. It was removed in Python 3.13 after being deprecated in Python 3.11. The removal was decided in PEP 594. The last version of Python tha...
    docs.python.org/3/library/uu.html
    Registered: Fri Jun 27 04:02:54 UTC 2025
    - Last Modified: Fri Jun 27 00:23:12 UTC 2025
    - 14.7K bytes
    - Viewed (0)
  4. PyHash API — Python 3.13.5 documentation

    See also the PyTypeObject.tp_hash member and Hashing of numeric types.
    docs.python.org/3/c-api/hash.html
    Registered: Fri Jun 27 04:02:57 UTC 2025
    - Last Modified: Fri Jun 27 00:23:12 UTC 2025
    - 22.5K bytes
    - Viewed (0)
  5. MemoryView objects — Python 3.13.5 documentation

    A memoryview object exposes the C level buffer interface as a Python object which can then be passed around like any other object.
    docs.python.org/3/c-api/memoryview.html
    Registered: Fri Jun 27 04:00:44 UTC 2025
    - Last Modified: Fri Jun 27 00:23:12 UTC 2025
    - 24.3K bytes
    - Viewed (0)
  6. getopt — C-style parser for command line option...

    Source code: Lib/getopt.py This module helps scripts to parse the command line arguments in sys.argv. It supports the same conventions as the Unix getopt() function (including the special meanings ...
    docs.python.org/3/library/getopt.html
    Registered: Fri Jun 27 04:03:16 UTC 2025
    - Last Modified: Fri Jun 27 00:23:12 UTC 2025
    - 36.4K bytes
    - Viewed (0)
  7. 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 Jun 27 04:03:33 UTC 2025
    - Last Modified: Fri Jun 27 00:23:12 UTC 2025
    - 17.7K bytes
    - Viewed (0)
  8. Cell Objects — Python 3.13.5 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 Jun 27 04:03:45 UTC 2025
    - Last Modified: Fri Jun 27 00:23:12 UTC 2025
    - 21.3K bytes
    - Viewed (0)
  9. Internet Protocols and Support — Python 3.13.5 ...

    The modules described in this chapter implement internet protocols and support for related technology. They are all implemented in Python. Most of these modules require the presence of the system-d...
    docs.python.org/3/library/internet.html
    Registered: Fri Jun 27 04:01:37 UTC 2025
    - Last Modified: Fri Jun 27 00:23:12 UTC 2025
    - 34K bytes
    - Viewed (0)
  10. tomllib — Parse TOML files — Python 3.13.5 docu...

    Source code: Lib/tomllib This module provides an interface for parsing TOML 1.0.0 (Tom’s Obvious Minimal Language, https://toml.io). This module does not support writing TOML. This module defines t...
    docs.python.org/3/library/tomllib.html
    Registered: Fri Jun 27 04:01:40 UTC 2025
    - Last Modified: Fri Jun 27 00:23:12 UTC 2025
    - 25.1K bytes
    - Viewed (0)
Back to top