- Sort Score
- Num 10 results
- Language All
- Labels All
Results 61 - 70 of over 10,000 for timestamp:[now/d-7d TO *] (0.06 seconds)
-
operator — Standard operators as functions — Py...
Source code: Lib/operator.py The operator module exports a set of efficient functions corresponding to the intrinsic operators of Python. For example, operator.add(x, y) is equivalent to the expres...docs.python.org/3/library/operator.htmlThu Jun 04 20:51:28 GMT 2026 11.9K bytes -
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.htmlThu Jun 04 20:51:28 GMT 2026 15.1K bytes -
1. Command line and environment — Python 3.14.5...
The CPython interpreter scans the command line and the environment for various settings. CPython implementation detail: Other implementations’ command line schemes may differ. See Alternate Impleme...docs.python.org/3/using/cmdline.htmlThu Jun 04 20:51:28 GMT 2026 25.1K bytes -
uuid — UUID objects according to RFC 9562 — Pyt...
Source code: Lib/uuid.py This module provides immutable UUID objects (the UUID class) and functions for generating UUIDs corresponding to a specific UUID version as specified in RFC 9562(which supe...docs.python.org/3/library/uuid.htmlThu Jun 04 20:51:28 GMT 2026 11.4K bytes -
zipapp — Manage executable Python zip archives ...
Source code: Lib/zipapp.py This module provides tools to manage the creation of zip files containing Python code, which can be executed directly by the Python interpreter. The module provides both ...docs.python.org/3/library/zipapp.htmlThu Jun 04 20:51:28 GMT 2026 10.4K bytes -
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. Unless explicitly noted oth...docs.python.org/3/library/sys.htmlThu Jun 04 20:51:28 GMT 2026 40.4K bytes -
weakref — Weak references — Python 3.14.5 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.htmlThu Jun 04 20:51:28 GMT 2026 13.9K bytes -
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.htmlThu Jun 04 20:51:28 GMT 2026 9.5K bytes -
http.server — HTTP servers — Python 3.14.5 docu...
Source code: Lib/http/server.py This module defines classes for implementing HTTP servers. Availability: not WASI. This module does not work or is not available on WebAssembly. See WebAssembly plat...docs.python.org/3/library/http.server.htmlThu Jun 04 20:51:28 GMT 2026 15.3K bytes -
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.htmlThu Jun 04 20:51:28 GMT 2026 7.3K bytes