Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

Results 1 - 10 of 409 for host:docs.python.org (0.03 sec)

  1. logging.config — Logging configuration — Python...

    Source code: Lib/logging/config.py Important: This page contains only reference information. For tutorials, please see Basic Tutorial, Advanced Tutorial, Logging Cookbook. This section describes th...
    docs.python.org/3/library/logging.config.html
    Registered: Fri Jul 26 03:31:27 UTC 2024
    - Last Modified: Wed Jul 24 17:13:54 UTC 2024
    - 110.5K bytes
    - Viewed (0)
  2. quopri — Encode and decode MIME quoted-printabl...

    Source code: Lib/quopri.py This module performs quoted-printable transport encoding and decoding, as defined in RFC 1521: “MIME (Multipurpose Internet Mail Extensions) Part One: Mechanisms for Spec...
    docs.python.org/3/library/quopri.html
    Registered: Fri Jul 26 03:30:22 UTC 2024
    - Last Modified: Wed Jul 24 17:13:54 UTC 2024
    - 21.3K bytes
    - Viewed (0)
  3. plistlib — Generate and parse Apple .plist file...

    Source code: Lib/plistlib.py This module provides an interface for reading and writing the “property list” files used by Apple, primarily on macOS and iOS. This module supports both binary and XML ...
    docs.python.org/3/library/plistlib.html
    Registered: Fri Jul 26 03:30:35 UTC 2024
    - Last Modified: Wed Jul 24 17:13:54 UTC 2024
    - 32.8K bytes
    - Viewed (0)
  4. multiprocessing.shared_memory — Shared memory f...

    Source code: Lib/multiprocessing/shared_memory.py This module provides a class, SharedMemory, for the allocation and management of shared memory to be accessed by one or more processes on a multico...
    docs.python.org/3/library/multiprocessing.shared_memory.html
    Registered: Fri Jul 26 03:26:35 UTC 2024
    - Last Modified: Wed Jul 24 17:13:54 UTC 2024
    - 68.7K bytes
    - Viewed (1)
  5. colorsys — Conversions between color systems — ...

    Source code: Lib/colorsys.py The colorsys module defines bidirectional conversions of color values between colors expressed in the RGB (Red Green Blue) color space used in computer monitors and thr...
    docs.python.org/3/library/colorsys.html
    Registered: Fri Jul 26 03:26:42 UTC 2024
    - Last Modified: Wed Jul 24 17:13:54 UTC 2024
    - 19.9K bytes
    - Viewed (0)
  6. wave — Read and write WAV files — Python 3.12.4...

    Source code: Lib/wave.py The wave module provides a convenient interface to the Waveform Audio “WAVE” (or “WAV”) file format. Only uncompressed PCM encoded wave files are supported. The wave module...
    docs.python.org/3/library/wave.html
    Registered: Fri Jul 26 03:27:23 UTC 2024
    - Last Modified: Wed Jul 24 17:13:54 UTC 2024
    - 38.2K bytes
    - Viewed (0)
  7. 4. Building C and C++ Extensions — Python 3.12....

    A C extension for CPython is a shared library (e.g. a.so file on Linux,.pyd on Windows), which exports an initialization function. To be importable, the shared library must be available on PYTHONPA...
    docs.python.org/3/extending/building.html
    Registered: Fri Jul 26 03:32:01 UTC 2024
    - Last Modified: Wed Jul 24 17:13:54 UTC 2024
    - 19K bytes
    - Viewed (0)
  8. Old Buffer Protocol — Python 3.12.4 documentation

    These functions were part of the “old buffer protocol” API in Python 2. In Python 3, this protocol doesn’t exist anymore but the functions are still exposed to ease porting 2.x code. They act as a ...
    docs.python.org/3/c-api/objbuffer.html
    Registered: Fri Jul 26 03:35:15 UTC 2024
    - Last Modified: Wed Jul 24 17:13:54 UTC 2024
    - 21.9K bytes
    - Viewed (0)
  9. Weak Reference Objects — Python 3.12.4 document...

    Python supports weak references as first-class objects. There are two specific object types which directly implement weak references. The first is a simple reference object, and the second acts as ...
    docs.python.org/3/c-api/weakref.html
    Registered: Fri Jul 26 03:35:19 UTC 2024
    - Last Modified: Wed Jul 24 17:13:54 UTC 2024
    - 24.4K bytes
    - Viewed (0)
  10. What’s New In Python 3.1 — Python 3.12.4 docume...

    Author, Raymond Hettinger,. This article explains the new features in Python 3.1, compared to 3.0. Python 3.1 was released on June 27, 2009. PEP 372: Ordered Dictionaries: Regular Python dictionari...
    docs.python.org/3/whatsnew/3.1.html
    Registered: Fri Jul 26 03:35:25 UTC 2024
    - Last Modified: Wed Jul 24 17:13:54 UTC 2024
    - 73.6K bytes
    - Viewed (0)
Back to top