Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Popular Words: test テスト

Results 81 - 90 of 409 for host:docs.python.org (0.01 sec)

  1. gettext — Multilingual internationalization ser...

    Source code: Lib/gettext.py The gettext module provides internationalization (I18N) and localization (L10N) services for your Python modules and applications. It supports both the GNU gettext messa...
    docs.python.org/3/library/gettext.html
    Registered: Fri Apr 26 03:45:29 UTC 2024
    - Last Modified: Thu Apr 25 18:25:10 UTC 2024
    - 90K bytes
    - Viewed (0)
  2. unittest — Unit testing framework — Python 3.12...

    Source code: Lib/unittest/__init__.py(If you are already familiar with the basic concepts of testing, you might want to skip to the list of assert methods.) The unittest unit testing framework was ...
    docs.python.org/3/library/unittest.html
    Registered: Fri Apr 26 03:45:52 UTC 2024
    - Last Modified: Thu Apr 25 18:25:10 UTC 2024
    - 320.5K bytes
    - Viewed (1)
  3. Allocating Objects on the Heap — Python 3.12.3 ...

    Navigation index modules | next | previous | Python » 3.12.3 Documentation » Python/C API Reference Manual » Object I...
    docs.python.org/3/c-api/allocation.html
    Registered: Fri Apr 26 03:52:14 UTC 2024
    - Last Modified: Thu Apr 25 18:25:10 UTC 2024
    - 25.6K bytes
    - Viewed (0)
  4. Logging HOWTO — Python 3.12.3 documentation

    Author, Vinay Sajip <vinay_sajip at red-dove dot com>,. This page contains tutorial information. For links to reference information and a logging cookbook, please see Other resources. Basic Logging...
    docs.python.org/3/howto/logging.html
    Registered: Fri Apr 26 03:52:19 UTC 2024
    - Last Modified: Thu Apr 25 18:25:10 UTC 2024
    - 125.4K bytes
    - Viewed (2)
  5. 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 Apr 26 03:53:14 UTC 2024
    - Last Modified: Thu Apr 25 18:25:10 UTC 2024
    - 213.2K bytes
    - Viewed (0)
  6. Code Objects — Python 3.12.3 documentation

    Code objects are a low-level detail of the CPython implementation. Each one represents a chunk of executable code that hasn’t yet been bound into a function. Extra information: To support low-level...
    docs.python.org/3/c-api/code.html
    Registered: Fri Apr 26 03:52:54 UTC 2024
    - Last Modified: Thu Apr 25 18:25:10 UTC 2024
    - 56.8K bytes
    - Viewed (0)
  7. Object Protocol — Python 3.12.3 documentation

    Navigation index modules | next | previous | Python » 3.12.3 Documentation » Python/C API Reference Manual » Abstract...
    docs.python.org/3/c-api/object.html
    Registered: Fri Apr 26 03:53:00 UTC 2024
    - Last Modified: Thu Apr 25 18:25:10 UTC 2024
    - 97.2K bytes
    - Viewed (0)
  8. tkinter.messagebox — Tkinter message prompts — ...

    Source code: Lib/tkinter/messagebox.py The tkinter.messagebox module provides a template base class as well as a variety of convenience methods for commonly used configurations. The message boxes a...
    docs.python.org/3/library/tkinter.messagebox.html
    Registered: Fri Apr 26 03:51:43 UTC 2024
    - Last Modified: Thu Apr 25 18:25:10 UTC 2024
    - 45.1K 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 Apr 26 03:58:26 UTC 2024
    - Last Modified: Thu Apr 25 18:25:10 UTC 2024
    - 46.4K bytes
    - Viewed (0)
  10. mimetypes — Map filenames to MIME types — Pytho...

    Source code: Lib/mimetypes.py The mimetypes module converts between a filename or URL and the MIME type associated with the filename extension. Conversions are provided from filename to MIME type a...
    docs.python.org/3/library/mimetypes.html
    Registered: Fri Apr 26 03:56:25 UTC 2024
    - Last Modified: Thu Apr 25 18:25:10 UTC 2024
    - 45.7K bytes
    - Viewed (0)
Back to top