Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Popular Words: テスト test

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

  1. contextlib — Utilities for with-statement conte...

    Source code: Lib/contextlib.py This module provides utilities for common tasks involving the with statement. For more information see also Context Manager Types and With Statement Context Managers....
    docs.python.org/3/library/contextlib.html
    Registered: Fri Mar 29 03:55:26 UTC 2024
    - Last Modified: Thu Mar 28 06:53:12 UTC 2024
    - 126.3K bytes
    - Viewed (0)
  2. 8. Compound statements — Python 3.12.2 document...

    Compound statements contain (groups of) other statements; they affect or control the execution of those other statements in some way. In general, compound statements span multiple lines, although i...
    docs.python.org/3/reference/compound_stmts.html
    Registered: Fri Mar 29 03:47:27 UTC 2024
    - Last Modified: Thu Mar 28 06:53:12 UTC 2024
    - 204K bytes
    - Viewed (0)
  3. 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 Mar 29 03:47:30 UTC 2024
    - Last Modified: Thu Mar 28 06:53:11 UTC 2024
    - 161.4K bytes
    - Viewed (1)
  4. 4. More Control Flow Tools — Python 3.12.2 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 Mar 29 03:48:41 UTC 2024
    - Last Modified: Thu Mar 28 06:53:11 UTC 2024
    - 131.5K bytes
    - Viewed (0)
  5. 3. Configure Python — Python 3.12.2 documentation

    Build Requirements: Features required to build CPython: A C11 compiler. Optional C11 features are not required., Support for IEEE 754 floating point numbers and floating point Not-a-Number (NaN)., ...
    docs.python.org/3/using/configure.html
    Registered: Fri Mar 29 03:47:42 UTC 2024
    - Last Modified: Thu Mar 28 06:53:12 UTC 2024
    - 117.1K bytes
    - Viewed (1)
  6. 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 Mar 29 03:50:21 UTC 2024
    - Last Modified: Thu Mar 28 06:53:11 UTC 2024
    - 161.1K bytes
    - Viewed (0)
  7. 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 Mar 29 03:51:24 UTC 2024
    - Last Modified: Thu Mar 28 06:53:12 UTC 2024
    - 172.3K bytes
    - Viewed (0)
  8. Module Objects — Python 3.12.2 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 Mar 29 03:51:43 UTC 2024
    - Last Modified: Thu Mar 28 06:53:11 UTC 2024
    - 101.7K bytes
    - Viewed (0)
  9. urllib.request — Extensible library for opening...

    Source code: Lib/urllib/request.py The urllib.request module defines functions and classes which help in opening URLs (mostly HTTP) in a complex world — basic and digest authentication, redirection...
    docs.python.org/3/library/urllib.request.html
    Registered: Fri Mar 29 03:52:26 UTC 2024
    - Last Modified: Thu Mar 28 06:53:11 UTC 2024
    - 214.8K bytes
    - Viewed (0)
  10. Common Object Structures — Python 3.12.2 docume...

    There are a large number of structures which are used in the definition of object types for Python. This section describes these structures and how they are used. Base object types and macros: All ...
    docs.python.org/3/c-api/structures.html
    Registered: Fri Mar 29 03:52:59 UTC 2024
    - Last Modified: Thu Mar 28 06:53:11 UTC 2024
    - 109.7K bytes
    - Viewed (0)
Back to top