Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Popular Words: test テスト

Results 51 - 60 of 409 for host:docs.python.org (0.02 sec)

  1. 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 May 31 02:46:21 UTC 2024
    - Last Modified: Wed May 29 05:54:22 UTC 2024
    - 637.4K bytes
    - Viewed (4)
  2. 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 May 31 02:46:30 UTC 2024
    - Last Modified: Wed May 29 05:54:22 UTC 2024
    - 128.9K bytes
    - Viewed (1)
  3. 8. Compound statements — Python 3.12.3 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 May 31 02:45:36 UTC 2024
    - Last Modified: Wed May 29 05:54:22 UTC 2024
    - 206.9K bytes
    - Viewed (0)
  4. 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 May 31 02:44:14 UTC 2024
    - Last Modified: Wed May 29 05:54:22 UTC 2024
    - 134.4K bytes
    - Viewed (0)
  5. 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 May 31 02:44:33 UTC 2024
    - Last Modified: Wed May 29 05:54:22 UTC 2024
    - 53.1K bytes
    - Viewed (7)
  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 May 31 02:46:33 UTC 2024
    - Last Modified: Wed May 29 05:54:22 UTC 2024
    - 163.9K bytes
    - Viewed (0)
  7. pdb — The Python Debugger — Python 3.12.3 docum...

    Source code: Lib/pdb.py The module pdb defines an interactive source code debugger for Python programs. It supports setting (conditional) breakpoints and single stepping at the source line level, i...
    docs.python.org/3/library/pdb.html
    Registered: Fri May 31 02:44:58 UTC 2024
    - Last Modified: Wed May 29 05:54:22 UTC 2024
    - 83.2K bytes
    - Viewed (1)
  8. 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 May 31 02:45:20 UTC 2024
    - Last Modified: Wed May 29 05:54:22 UTC 2024
    - 72.1K bytes
    - Viewed (0)
  9. Frame Objects — Python 3.12.3 documentation

    The PyEval_GetFrame() and PyThreadState_GetFrame() functions can be used to get a frame object. See also Reflection. Internal Frames: Unless using PEP 523, you will not need this.
    docs.python.org/3/c-api/frame.html
    Registered: Fri May 31 02:46:44 UTC 2024
    - Last Modified: Wed May 29 05:54:22 UTC 2024
    - 38.4K bytes
    - Viewed (0)
  10. Importing Modules — Python 3.12.3 documentation

    Navigation index modules | next | previous | Python » 3.12.3 Documentation » Python/C API Reference Manual » Utilitie...
    docs.python.org/3/c-api/import.html
    Registered: Fri May 31 02:43:32 UTC 2024
    - Last Modified: Wed May 29 05:54:22 UTC 2024
    - 68.5K bytes
    - Viewed (0)
Back to top