Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Popular Words: test テスト

Results 11 - 20 of 408 for host:docs.python.org (0.02 sec)

  1. curses.ascii — Utilities for ASCII characters —...

    Source code: Lib/curses/ascii.py The curses.ascii module supplies name constants for ASCII characters and functions to test membership in various ASCII character classes. The constants supplied are...
    docs.python.org/3/library/curses.ascii.html
    Registered: Fri May 17 03:44:13 UTC 2024
    - Last Modified: Wed May 15 18:07:32 UTC 2024
    - 45.5K bytes
    - Viewed (0)
  2. sys — System-specific parameters and functions ...

    This module provides access to some variables used or maintained by the interpreter and to functions that interact strongly with the interpreter. It is always available. Citations C99, ISO/IEC 9899...
    docs.python.org/3/library/sys.html
    Registered: Fri May 17 03:44:24 UTC 2024
    - Last Modified: Wed May 15 18:07:32 UTC 2024
    - 233.9K bytes
    - Viewed (0)
  3. 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 17 03:44:45 UTC 2024
    - Last Modified: Wed May 15 18:07:32 UTC 2024
    - 26.9K bytes
    - Viewed (0)
  4. gettext — Multilingual internationalization ser...

    Source code: Lib/gettext.py The gettext module provides internationalization (I18N) and localization (L10N) services for your Python modules and applications. It supports both the GNU gettext messa...
    docs.python.org/3/library/gettext.html
    Registered: Fri May 17 03:45:19 UTC 2024
    - Last Modified: Wed May 15 18:07:32 UTC 2024
    - 89.9K bytes
    - Viewed (0)
  5. readline — GNU readline interface — Python 3.12...

    The readline module defines a number of functions to facilitate completion and reading/writing of history files from the Python interpreter. This module can be used directly, or via the rlcompleter...
    docs.python.org/3/library/readline.html
    Registered: Fri May 17 03:53:14 UTC 2024
    - Last Modified: Wed May 15 18:07:32 UTC 2024
    - 55.4K bytes
    - Viewed (0)
  6. socketserver — A framework for network servers ...

    Source code: Lib/socketserver.py The socketserver module simplifies the task of writing network servers. Availability: not Emscripten, not WASI. This module does not work or is not available on Web...
    docs.python.org/3/library/socketserver.html
    Registered: Fri May 17 03:53:20 UTC 2024
    - Last Modified: Wed May 15 18:07:32 UTC 2024
    - 104.7K bytes
    - Viewed (0)
  7. 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 17 03:53:23 UTC 2024
    - Last Modified: Wed May 15 18:07:32 UTC 2024
    - 285.6K bytes
    - Viewed (0)
  8. What’s New in Python 2.6 — Python 3.12.3 docume...

    Author, A.M. Kuchling (amk at amk.ca),. This article explains the new features in Python 2.6, released on October 1, 2008. The release schedule is described in PEP 361. The major theme of Python 2....
    docs.python.org/3/whatsnew/2.6.html
    Registered: Fri May 17 03:53:00 UTC 2024
    - Last Modified: Wed May 15 18:07:31 UTC 2024
    - 362.6K bytes
    - Viewed (0)
  9. http.server — HTTP servers — Python 3.12.3 docu...

    Source code: Lib/http/server.py This module defines classes for implementing HTTP servers. Availability: not Emscripten, not WASI. This module does not work or is not available on WebAssembly platf...
    docs.python.org/3/library/http.server.html
    Registered: Fri May 17 03:53:42 UTC 2024
    - Last Modified: Wed May 15 18:07:32 UTC 2024
    - 81K bytes
    - Viewed (0)
  10. 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 17 03:52:36 UTC 2024
    - Last Modified: Wed May 15 18:07:32 UTC 2024
    - 273.3K bytes
    - Viewed (0)
Back to top