Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Popular Words: テスト test

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

  1. 9. Top-level components — Python 3.12.3 documen...

    The Python interpreter can get its input from a number of sources: from a script passed to it as standard input or as program argument, typed in interactively, from a module source file, etc. This ...
    docs.python.org/3/reference/toplevel_components.html
    Registered: Fri May 17 03:48:12 UTC 2024
    - Last Modified: Wed May 15 18:07:32 UTC 2024
    - 22.7K bytes
    - Viewed (0)
  2. copy — Shallow and deep copy operations — Pytho...

    Source code: Lib/copy.py Assignment statements in Python do not copy objects, they create bindings between a target and an object. For collections that are mutable or contain mutable items, a copy ...
    docs.python.org/3/library/copy.html
    Registered: Fri May 17 03:50:30 UTC 2024
    - Last Modified: Wed May 15 18:07:32 UTC 2024
    - 23.2K bytes
    - Viewed (0)
  3. 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 17 03:47:56 UTC 2024
    - Last Modified: Wed May 15 18:07:32 UTC 2024
    - 38.4K bytes
    - Viewed (0)
  4. 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 May 17 03:42:41 UTC 2024
    - Last Modified: Wed May 15 18:07:32 UTC 2024
    - 175.2K bytes
    - Viewed (0)
  5. Common Object Structures — Python 3.12.3 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 May 17 03:52:33 UTC 2024
    - Last Modified: Wed May 15 18:07:31 UTC 2024
    - 112.7K bytes
    - Viewed (0)
  6. 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 May 17 03:51:56 UTC 2024
    - Last Modified: Wed May 15 18:07:31 UTC 2024
    - 104.8K bytes
    - Viewed (0)
  7. Extending — Python 3.12.3 documentation

    The main direction for asyncio extending is writing custom event loop classes. Asyncio has helpers that could be used to simplify this task. Writing a Custom Event Loop: asyncio.AbstractEventLoop d...
    docs.python.org/3/library/asyncio-extending.html
    Registered: Fri May 17 03:52:02 UTC 2024
    - Last Modified: Wed May 15 18:07:32 UTC 2024
    - 27K bytes
    - Viewed (0)
  8. logging.handlers — Logging handlers — Python 3....

    Source code: Lib/logging/handlers.py Important: This page contains only reference information. For tutorials, please see Basic Tutorial, Advanced Tutorial, Logging Cookbook. The following useful ha...
    docs.python.org/3/library/logging.handlers.html
    Registered: Fri May 17 03:56:39 UTC 2024
    - Last Modified: Wed May 15 18:07:32 UTC 2024
    - 152.4K bytes
    - Viewed (0)
  9. 3. Defining Extension Types: Assorted Topics — ...

    This section aims to give a quick fly-by on the various type methods you can implement and what they do. Here is the definition of PyTypeObject, with some fields only used in debug builds omitted: ...
    docs.python.org/3/extending/newtypes.html
    Registered: Fri May 17 03:58:27 UTC 2024
    - Last Modified: Wed May 15 18:07:32 UTC 2024
    - 99.1K bytes
    - Viewed (0)
  10. smtplib — SMTP protocol client — Python 3.12.3 ...

    Source code: Lib/smtplib.py The smtplib module defines an SMTP client session object that can be used to send mail to any internet machine with an SMTP or ESMTP listener daemon. For details of SMTP...
    docs.python.org/3/library/smtplib.html
    Registered: Fri May 17 03:57:57 UTC 2024
    - Last Modified: Wed May 15 18:07:32 UTC 2024
    - 86K bytes
    - Viewed (0)
Back to top