- Sort Score
- Num 10 results
- Language All
- Labels All
Results 131 - 140 of over 10,000 for timestamp:[now/d-1y TO *] (0.83 seconds)
-
Glossary — Python 3.14.5 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...docs.python.org/3/glossary.htmlTue Jun 09 22:53:44 GMT 2026 39.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.htmlTue Jun 09 22:53:45 GMT 2026 11.4K 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.htmlTue Jun 09 22:53:45 GMT 2026 25.1K bytes -
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.htmlTue Jun 09 22:53:45 GMT 2026 5.5K 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.htmlTue Jun 09 22:53:45 GMT 2026 10.4K bytes -
6. Expressions — Python 3.14.5 documentation
This chapter explains the meaning of the elements of expressions in Python. Syntax Notes: In this and the following chapters, grammar notation will be used to describe syntax, not lexical analysis....docs.python.org/3/reference/expressions.htmlTue Jun 09 22:53:45 GMT 2026 38.6K bytes -
unittest — Unit testing framework — Python 3.14...
Source code: Lib/unittest/__init__.py(If you are already familiar with the basic concepts of testing, you might want to skip to the list of assert methods.) The unittest unit testing framework was ...docs.python.org/3/library/unittest.htmlTue Jun 09 22:53:45 GMT 2026 42.2K 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.htmlTue Jun 09 22:53:45 GMT 2026 13.9K bytes -
string — Common string operations — Python 3.14...
Source code: Lib/string/__init__.py String constants: The constants defined in this module are: Custom string formatting: The built-in string class provides the ability to do complex variable subst...docs.python.org/3/library/string.htmlTue Jun 09 22:53:45 GMT 2026 21.2K 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.htmlTue Jun 09 22:53:45 GMT 2026 40.3K bytes