Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Popular Words: test テスト

Results 101 - 110 of 286 for host:docs.python.org (0.01 sec)

  1. numbers — Numeric abstract base classes — Pytho...

    Source code: Lib/numbers.py The numbers module ( PEP 3141) defines a hierarchy of numeric abstract base classes which progressively define more operations. None of the types defined in this module ...
    docs.python.org/3/library/numbers.html
    Registered: Fri May 10 04:10:19 UTC 2024
    - Last Modified: Thu May 09 18:49:42 UTC 2024
    - 51.3K bytes
    - Viewed (0)
  2. getopt — C-style parser for command line option...

    Source code: Lib/getopt.py This module helps scripts to parse the command line arguments in sys.argv. It supports the same conventions as the Unix getopt() function (including the special meanings ...
    docs.python.org/3/library/getopt.html
    Registered: Fri May 10 04:10:34 UTC 2024
    - Last Modified: Thu May 09 18:49:42 UTC 2024
    - 34.7K bytes
    - Viewed (0)
  3. 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 10 04:09:49 UTC 2024
    - Last Modified: Thu May 09 18:49:42 UTC 2024
    - 19.9K bytes
    - Viewed (0)
  4. tkinter.dnd — Drag and drop support — Python 3....

    Source code: Lib/tkinter/dnd.py The tkinter.dnd module provides drag-and-drop support for objects within a single application, within the same window or between windows. To enable an object to be d...
    docs.python.org/3/library/tkinter.dnd.html
    Registered: Fri May 10 04:04:29 UTC 2024
    - Last Modified: Thu May 09 18:49:42 UTC 2024
    - 22.5K bytes
    - Viewed (1)
  5. collections.abc — Abstract Base Classes for Con...

    Source code: Lib/_collections_abc.py This module provides abstract base classes that can be used to test whether a class provides a particular interface; for example, whether it is hashable or whet...
    docs.python.org/3/library/collections.abc.html
    Registered: Fri May 10 04:04:38 UTC 2024
    - Last Modified: Thu May 09 18:49:42 UTC 2024
    - 92.1K bytes
    - Viewed (0)
  6. tabnanny — Detection of ambiguous indentation —...

    Source code: Lib/tabnanny.py For the time being this module is intended to be called as a script. However it is possible to import it into an IDE and use the function check() described below.
    docs.python.org/3/library/tabnanny.html
    Registered: Fri May 10 04:07:13 UTC 2024
    - Last Modified: Thu May 09 18:49:42 UTC 2024
    - 21.4K bytes
    - Viewed (0)
  7. The initialization of the sys.path module searc...

    A module search path is initialized when Python starts. This module search path may be accessed at sys.path. The first entry in the module search path is the directory that contains the input scrip...
    docs.python.org/3/library/sys_path_init.html
    Registered: Fri May 10 04:07:30 UTC 2024
    - Last Modified: Thu May 09 18:49:42 UTC 2024
    - 32K bytes
    - Viewed (0)
  8. uu — Encode and decode uuencode files — Python ...

    Source code: Lib/uu.py This module encodes and decodes files in uuencode format, allowing arbitrary binary data to be transferred over ASCII-only connections. Wherever a file argument is expected, ...
    docs.python.org/3/library/uu.html
    Registered: Fri May 10 04:07:36 UTC 2024
    - Last Modified: Thu May 09 18:49:42 UTC 2024
    - 23.6K bytes
    - Viewed (0)
  9. posix — The most common POSIX system calls — Py...

    This module provides access to operating system functionality that is standardized by the C Standard and the POSIX standard (a thinly disguised Unix interface). Availability: Unix. Do not import th...
    docs.python.org/3/library/posix.html
    Registered: Fri May 10 04:08:36 UTC 2024
    - Last Modified: Thu May 09 18:49:42 UTC 2024
    - 26.5K bytes
    - Viewed (0)
  10. How to port Python 2 Code to Python 3 — Python ...

    author, Brett Cannon,. Python 2 reached its official end-of-life at the start of 2020. This means that no new bug reports, fixes, or changes will be made to Python 2 - it’s no longer supported: see...
    docs.python.org/3/howto/pyporting.html
    Registered: Fri May 10 04:17:15 UTC 2024
    - Last Modified: Thu May 09 18:49:42 UTC 2024
    - 16.3K bytes
    - Viewed (0)
Back to top