Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Popular Words: テスト test

Results 91 - 100 of 409 for timestamp:[now/d-1y TO *] (0.02 sec)

  1. lzma — Compression using the LZMA algorithm — P...

    Source code: Lib/lzma.py This module provides classes and convenience functions for compressing and decompressing data using the LZMA compression algorithm. Also included is a file interface suppor...
    docs.python.org/3/library/lzma.html
    Registered: Fri May 10 04:11:25 UTC 2024
    - Last Modified: Thu May 09 18:49:42 UTC 2024
    - 72K bytes
    - Viewed (0)
  2. 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 May 10 04:10:57 UTC 2024
    - Last Modified: Thu May 09 18:49:42 UTC 2024
    - 22.6K bytes
    - Viewed (0)
  3. queue — A synchronized queue class — Python 3.1...

    Source code: Lib/queue.py The queue module implements multi-producer, multi-consumer queues. It is especially useful in threaded programming when information must be exchanged safely between multip...
    docs.python.org/3/library/queue.html
    Registered: Fri May 10 04:08:48 UTC 2024
    - Last Modified: Thu May 09 18:49:42 UTC 2024
    - 48.7K bytes
    - Viewed (0)
  4. tempfile — Generate temporary files and directo...

    Source code: Lib/tempfile.py This module creates temporary files and directories. It works on all supported platforms. TemporaryFile, NamedTemporaryFile, TemporaryDirectory, and SpooledTemporaryFil...
    docs.python.org/3/library/tempfile.html
    Registered: Fri May 10 04:08:53 UTC 2024
    - Last Modified: Thu May 09 18:49:42 UTC 2024
    - 73.3K bytes
    - Viewed (0)
  5. 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 10 04:09:28 UTC 2024
    - Last Modified: Thu May 09 18:49:42 UTC 2024
    - 40.8K bytes
    - Viewed (0)
  6. 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 10 04:10:25 UTC 2024
    - Last Modified: Thu May 09 18:49:42 UTC 2024
    - 25.3K bytes
    - Viewed (0)
  7. 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 10 04:11:53 UTC 2024
    - Last Modified: Thu May 09 18:49:42 UTC 2024
    - 27.4K 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 10 04:09:52 UTC 2024
    - Last Modified: Thu May 09 18:49:42 UTC 2024
    - 23.9K bytes
    - Viewed (0)
  9. poplib — POP3 protocol client — Python 3.12.3 d...

    Source code: Lib/poplib.py This module defines a class, POP3, which encapsulates a connection to a POP3 server and implements the protocol as defined in RFC 1939. The POP3 class supports both the m...
    docs.python.org/3/library/poplib.html
    Registered: Fri May 10 04:00:27 UTC 2024
    - Last Modified: Thu May 09 18:49:42 UTC 2024
    - 46.3K bytes
    - Viewed (0)
  10. subprocess — Subprocess management — Python 3.1...

    Source code: Lib/subprocess.py The subprocess module allows you to spawn new processes, connect to their input/output/error pipes, and obtain their return codes. This module intends to replace seve...
    docs.python.org/3/library/subprocess.html
    Registered: Fri May 10 04:00:33 UTC 2024
    - Last Modified: Thu May 09 18:49:42 UTC 2024
    - 213.2K bytes
    - Viewed (0)
Back to top