Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Popular Words: test テスト

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

  1. socket — Low-level networking interface — Pytho...

    Source code: Lib/socket.py This module provides access to the BSD socket interface. It is available on all modern Unix systems, Windows, MacOS, and probably additional platforms. Availability: not ...
    docs.python.org/3/library/socket.html
    Registered: Fri May 31 02:46:54 UTC 2024
    - Last Modified: Wed May 29 05:54:22 UTC 2024
    - 285.7K bytes
    - Viewed (0)
  2. _thread — Low-level threading API — Python 3.12...

    This module provides low-level primitives for working with multiple threads (also called light-weight processes or tasks) — multiple threads of control sharing their global data space. For synchron...
    docs.python.org/3/library/_thread.html
    Registered: Fri May 31 02:47:03 UTC 2024
    - Last Modified: Wed May 29 05:54:22 UTC 2024
    - 35.9K bytes
    - Viewed (0)
  3. decimal — Decimal fixed point and floating poin...

    Source code: Lib/decimal.py The decimal module provides support for fast correctly rounded decimal floating point arithmetic. It offers several advantages over the float datatype: Decimal “is based...
    docs.python.org/3/library/decimal.html
    Registered: Fri May 31 02:47:41 UTC 2024
    - Last Modified: Wed May 29 05:54:22 UTC 2024
    - 279.9K bytes
    - Viewed (0)
  4. Initialization, Finalization, and Threads — Pyt...

    See also Python Initialization Configuration. Before Python Initialization: In an application embedding Python, the Py_Initialize() function must be called before using any other Python/C API funct...
    docs.python.org/3/c-api/init.html
    Registered: Fri May 31 02:47:56 UTC 2024
    - Last Modified: Wed May 29 05:54:22 UTC 2024
    - 273.3K bytes
    - Viewed (0)
  5. weakref — Weak references — Python 3.12.3 docum...

    Source code: Lib/weakref.py The weakref module allows the Python programmer to create weak references to objects. In the following, the term referent means the object which is referred to by a weak...
    docs.python.org/3/library/weakref.html
    Registered: Fri May 31 02:46:39 UTC 2024
    - Last Modified: Wed May 29 05:54:22 UTC 2024
    - 79.7K bytes
    - Viewed (0)
  6. fnmatch — Unix filename pattern matching — Pyth...

    Source code: Lib/fnmatch.py This module provides support for Unix shell-style wildcards, which are not the same as regular expressions (which are documented in the re module). The special character...
    docs.python.org/3/library/fnmatch.html
    Registered: Fri May 31 02:45:53 UTC 2024
    - Last Modified: Wed May 29 05:54:22 UTC 2024
    - 26.9K bytes
    - Viewed (0)
  7. importlib.resources.abc – Abstract base classes...

    Source code: Lib/importlib/resources/abc.py
    docs.python.org/3/library/importlib.resources.abc.html
    Registered: Fri May 31 02:47:19 UTC 2024
    - Last Modified: Wed May 29 05:54:22 UTC 2024
    - 35.3K bytes
    - Viewed (0)
  8. types — Dynamic type creation and names for bui...

    Source code: Lib/types.py This module defines utility functions to assist in dynamic creation of new types. It also defines names for some object types that are used by the standard Python interpre...
    docs.python.org/3/library/types.html
    Registered: Fri May 31 02:47:30 UTC 2024
    - Last Modified: Wed May 29 05:54:22 UTC 2024
    - 78K bytes
    - Viewed (0)
  9. binascii — Convert between binary and ASCII — P...

    The binascii module contains a number of methods to convert between binary and various ASCII-encoded binary representations. Normally, you will not use these functions directly but use wrapper modu...
    docs.python.org/3/library/binascii.html
    Registered: Fri May 31 02:48:02 UTC 2024
    - Last Modified: Wed May 29 05:54:22 UTC 2024
    - 38.3K bytes
    - Viewed (0)
  10. Cryptographic Services — Python 3.12.3 document...

    The modules described in this chapter implement various algorithms of a cryptographic nature. They are available at the discretion of the installation. On Unix systems, the crypt module may also be...
    docs.python.org/3/library/crypto.html
    Registered: Fri May 31 02:56:54 UTC 2024
    - Last Modified: Wed May 29 05:54:22 UTC 2024
    - 19.9K bytes
    - Viewed (0)
Back to top