Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Popular Words: test テスト

Results 31 - 40 of about 10,000 for filetype:html (0.03 sec)

  1. codecs — Codec registry and base classes — Pyth...

    Source code: Lib/codecs.py This module defines base classes for standard Python codecs (encoders and decoders) and provides access to the internal Python codec registry, which manages the codec and...
    docs.python.org/3/library/codecs.html
    Registered: Fri Apr 26 03:44:40 UTC 2024
    - Last Modified: Thu Apr 25 18:25:10 UTC 2024
    - 164K bytes
    - Viewed (0)
  2. mailbox — Manipulate mailboxes in various forma...

    Source code: Lib/mailbox.py This module defines two classes, Mailbox and Message, for accessing and manipulating on-disk mailboxes and the messages they contain. Mailbox offers a dictionary-like ma...
    docs.python.org/3/library/mailbox.html
    Registered: Fri Apr 26 03:46:32 UTC 2024
    - Last Modified: Thu Apr 25 18:25:10 UTC 2024
    - 175.3K bytes
    - Viewed (0)
  3. email.headerregistry: Custom Header Objects — P...

    Source code: Lib/email/headerregistry.py Headers are represented by customized subclasses of str. The particular class used to represent a given header is determined by the header_factory of the po...
    docs.python.org/3/library/email.headerregistry.html
    Registered: Fri Apr 26 03:45:21 UTC 2024
    - Last Modified: Thu Apr 25 18:25:10 UTC 2024
    - 72.3K bytes
    - Viewed (0)
  4. 6. Modules — Python 3.12.3 documentation

    If you quit from the Python interpreter and enter it again, the definitions you have made (functions and variables) are lost. Therefore, if you want to write a somewhat longer program, you are bett...
    docs.python.org/3/tutorial/modules.html
    Registered: Fri Apr 26 03:45:35 UTC 2024
    - Last Modified: Thu Apr 25 18:25:10 UTC 2024
    - 72.8K bytes
    - Viewed (0)
  5. zipfile — Work with ZIP archives — Python 3.12....

    Source code: Lib/zipfile/ The ZIP file format is a common archive and compression standard. This module provides tools to create, read, write, append, and list a ZIP file. Any advanced use of this ...
    docs.python.org/3/library/zipfile.html
    Registered: Fri Apr 26 03:44:02 UTC 2024
    - Last Modified: Thu Apr 25 18:25:10 UTC 2024
    - 129K bytes
    - Viewed (1)
  6. 4. More Control Flow Tools — Python 3.12.3 docu...

    As well as the while statement just introduced, Python uses a few more that we will encounter in this chapter. if Statements: Perhaps the most well-known statement type is the if statement. For exa...
    docs.python.org/3/tutorial/controlflow.html
    Registered: Fri Apr 26 03:43:43 UTC 2024
    - Last Modified: Thu Apr 25 18:25:10 UTC 2024
    - 134.4K bytes
    - Viewed (0)
  7. configparser — Configuration file parser — Pyth...

    Source code: Lib/configparser.py This module provides the ConfigParser class which implements a basic configuration language which provides a structure similar to what’s found in Microsoft Windows ...
    docs.python.org/3/library/configparser.html
    Registered: Fri Apr 26 03:45:38 UTC 2024
    - Last Modified: Thu Apr 25 18:25:10 UTC 2024
    - 164.4K bytes
    - Viewed (1)
  8. gzip — Support for gzip files — Python 3.12.3 d...

    Source code: Lib/gzip.py This module provides a simple interface to compress and decompress files just like the GNU programs gzip and gunzip would. The data compression is provided by the zlib modu...
    docs.python.org/3/library/gzip.html
    Registered: Fri Apr 26 03:45:49 UTC 2024
    - Last Modified: Thu Apr 25 18:25:10 UTC 2024
    - 53.2K bytes
    - Viewed (7)
  9. Module Objects — Python 3.12.3 documentation

    Initializing C modules: Modules objects are usually created from extension modules (shared libraries which export an initialization function), or compiled-in modules (where the initialization funct...
    docs.python.org/3/c-api/module.html
    Registered: Fri Apr 26 03:46:25 UTC 2024
    - Last Modified: Thu Apr 25 18:25:10 UTC 2024
    - 104.8K bytes
    - Viewed (0)
  10. Built-in Types — Python 3.12.3 documentation

    The following sections describe the standard types that are built into the interpreter. The principal built-in types are numerics, sequences, mappings, classes, instances and exceptions. Some colle...
    docs.python.org/3/library/stdtypes.html
    Registered: Fri Apr 26 03:47:32 UTC 2024
    - Last Modified: Thu Apr 25 18:25:10 UTC 2024
    - 637.1K bytes
    - Viewed (4)
Back to top