Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Popular Words: テスト test

Results 41 - 50 of 7,840 for timestamp:[now/d-1y TO *] (0.04 sec)

  1. Codec registry and support functions — Python 3...

    Codec lookup API: In the following functions, the encoding string is looked up converted to all lower-case characters, which makes encodings looked up through this mechanism effectively case-insens...
    docs.python.org/3/c-api/codec.html
    Registered: Fri May 31 03:08:26 UTC 2024
    - Last Modified: Wed May 29 05:54:22 UTC 2024
    - 45.1K bytes
    - Viewed (0)
  2. Weak Reference Objects — Python 3.12.3 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 May 31 03:08:29 UTC 2024
    - Last Modified: Wed May 29 05:54:22 UTC 2024
    - 27.1K bytes
    - Viewed (0)
  3. linecache — Random access to text lines — Pytho...

    Source code: Lib/linecache.py The linecache module allows one to get any line from a Python source file, while attempting to optimize internally, using a cache, the common case where many lines are...
    docs.python.org/3/library/linecache.html
    Registered: Fri May 31 02:58:30 UTC 2024
    - Last Modified: Wed May 29 05:54:22 UTC 2024
    - 23.4K bytes
    - Viewed (0)
  4. wave — Read and write WAV files — Python 3.12.3...

    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 May 31 02:58:33 UTC 2024
    - Last Modified: Wed May 29 05:54:22 UTC 2024
    - 40.8K bytes
    - Viewed (0)
  5. urllib.error — Exception classes raised by urll...

    Source code: Lib/urllib/error.py The urllib.error module defines the exception classes for exceptions raised by urllib.request. The base exception class is URLError. The following exceptions are ra...
    docs.python.org/3/library/urllib.error.html
    Registered: Fri May 31 02:58:39 UTC 2024
    - Last Modified: Wed May 29 05:54:22 UTC 2024
    - 25.3K bytes
    - Viewed (0)
  6. webbrowser — Convenient web-browser controller ...

    Source code: Lib/webbrowser.py The webbrowser module provides a high-level interface to allow displaying web-based documents to users. Under most circumstances, simply calling the open() function f...
    docs.python.org/3/library/webbrowser.html
    Registered: Fri May 31 02:55:53 UTC 2024
    - Last Modified: Wed May 29 05:54:22 UTC 2024
    - 39.7K bytes
    - Viewed (0)
  7. Byte Array Objects — Python 3.12.3 documentation

    Type check macros: Direct API functions: Macros: These macros trade safety for speed and they don’t check pointers.
    docs.python.org/3/c-api/bytearray.html
    Registered: Fri May 31 02:56:41 UTC 2024
    - Last Modified: Wed May 29 05:54:22 UTC 2024
    - 29.3K bytes
    - Viewed (0)
  8. 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 May 31 02:56:57 UTC 2024
    - Last Modified: Wed May 29 05:54:22 UTC 2024
    - 23.9K bytes
    - Viewed (0)
  9. imghdr — Determine the type of an image — Pytho...

    Source code: Lib/imghdr.py The imghdr module determines the type of image contained in a file or byte stream. The imghdr module defines the following function: The following image types are recogni...
    docs.python.org/3/library/imghdr.html
    Registered: Fri May 31 03:03:01 UTC 2024
    - Last Modified: Wed May 29 05:54:22 UTC 2024
    - 23.2K bytes
    - Viewed (0)
  10. Concrete Objects Layer — Python 3.12.3 document...

    The functions in this chapter are specific to certain Python object types. Passing them an object of the wrong type is not a good idea; if you receive an object from a Python program and you are no...
    docs.python.org/3/c-api/concrete.html
    Registered: Fri May 31 03:02:55 UTC 2024
    - Last Modified: Wed May 29 05:54:22 UTC 2024
    - 27.4K bytes
    - Viewed (0)
Back to top