- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 201 - 210 of 423 for host:docs.python.org (0.02 sec)
-
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.htmlRegistered: Wed Apr 16 03:19:21 UTC 2025 - Last Modified: Tue Apr 15 23:20:09 UTC 2025 - 25.8K bytes - Viewed (0) -
py_compile — Compile Python source files — Pyth...
Source code: Lib/py_compile.py The py_compile module provides a function to generate a byte-code file from a source file, and another function used when the module source file is invoked as a scrip...docs.python.org/3/library/py_compile.htmlRegistered: Wed Apr 16 03:18:33 UTC 2025 - Last Modified: Tue Apr 15 23:20:09 UTC 2025 - 31.9K bytes - Viewed (0) -
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.htmlRegistered: Wed Apr 16 03:18:02 UTC 2025 - Last Modified: Tue Apr 15 23:20:09 UTC 2025 - 43.2K bytes - Viewed (0) -
Glossary — Python 3.13.3 documentation
>>>, The default Python prompt of the interactive shell. Often seen for code examples which can be executed interactively in the interpreter.,,..., Can refer to:- The default Python prompt of the i...docs.python.org/3/glossary.htmlRegistered: Wed Apr 16 03:23:15 UTC 2025 - Last Modified: Tue Apr 15 23:20:08 UTC 2025 - 170.3K bytes - Viewed (0) -
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.htmlRegistered: Wed Apr 16 03:23:24 UTC 2025 - Last Modified: Tue Apr 15 23:20:09 UTC 2025 - 88K bytes - Viewed (0) -
textwrap — Text wrapping and filling — Python 3...
Source code: Lib/textwrap.py The textwrap module provides some convenience functions, as well as TextWrapper, the class that does all the work. If you’re just wrapping or filling one or two text st...docs.python.org/3/library/textwrap.htmlRegistered: Wed Apr 16 03:22:17 UTC 2025 - Last Modified: Tue Apr 15 23:20:09 UTC 2025 - 52K bytes - Viewed (0) -
email.iterators: Iterators — Python 3.13.3 docu...
Source code: Lib/email/iterators.py Iterating over a message object tree is fairly easy with the Message.walk method. The email.iterators module provides some useful higher level iterations over me...docs.python.org/3/library/email.iterators.htmlRegistered: Wed Apr 16 03:23:56 UTC 2025 - Last Modified: Tue Apr 15 23:20:09 UTC 2025 - 21.3K bytes - Viewed (0) -
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.htmlRegistered: Wed Apr 16 03:23:59 UTC 2025 - Last Modified: Tue Apr 15 23:20:09 UTC 2025 - 35.9K bytes - Viewed (0) -
weakref — Weak references — Python 3.13.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.htmlRegistered: Wed Apr 16 03:22:36 UTC 2025 - Last Modified: Tue Apr 15 23:20:09 UTC 2025 - 78.3K bytes - Viewed (0) -
wsgiref — WSGI Utilities and Reference Implemen...
Source code: Lib/wsgiref The Web Server Gateway Interface (WSGI) is a standard interface between web server software and web applications written in Python. Having a standard interface makes it eas...docs.python.org/3/library/wsgiref.htmlRegistered: Wed Apr 16 03:24:24 UTC 2025 - Last Modified: Tue Apr 15 23:20:09 UTC 2025 - 124.8K bytes - Viewed (0)