- Sort Score
- Num 10 results
- Language All
- Labels All
Results 561 - 570 of over 10,000 for timestamp:[now/d-1y TO *] (0.09 seconds)
-
time — Time access and conversions — Python 3.1...
This module provides various time-related functions. For related functionality, see also the datetime and calendar modules. Although this module is always available, not all functions are available...docs.python.org/3/library/time.htmlTue Jun 09 22:53:45 GMT 2026 19.9K bytes -
compileall — Byte-compile Python libraries — Py...
Source code: Lib/compileall.py This module provides some utility functions to support installing Python libraries. These functions compile Python source files in a directory tree. This module can b...docs.python.org/3/library/compileall.htmlTue Jun 09 22:53:45 GMT 2026 9.5K bytes -
inspect — Inspect live objects — Python 3.14.5 ...
Source code: Lib/inspect.py The inspect module provides several useful functions to help get information about live objects such as modules, classes, methods, functions, tracebacks, frame objects, ...docs.python.org/3/library/inspect.htmlTue Jun 09 22:53:45 GMT 2026 27.3K bytes -
enum — Support for enumerations — Python 3.14.5...
Source code: Lib/enum.py Important: This page contains the API reference information. For tutorial information and discussion of more advanced topics, see Basic Tutorial, Advanced Tutorial, Enum Co...docs.python.org/3/library/enum.htmlTue Jun 09 22:53:45 GMT 2026 19.1K bytes -
__future__ — Future statement definitions — Pyt...
Source code: Lib/__future__.py Imports of the form from __future__ import feature are called future statements. These are special-cased by the Python compiler to allow the use of new Python feature...docs.python.org/3/library/__future__.htmlTue Jun 09 22:53:45 GMT 2026 6.2K bytes -
dis — Disassembler for Python bytecode — Python...
Source code: Lib/dis.py The dis module supports the analysis of CPython bytecode by disassembling it. The CPython bytecode which this module takes as an input is defined in the file Include/opcode....docs.python.org/3/library/dis.htmlTue Jun 09 22:53:45 GMT 2026 27.9K bytes -
7. Simple statements — Python 3.14.5 documentation
A simple statement is comprised within a single logical line. Several simple statements may occur on a single line separated by semicolons. The syntax for simple statements is: Expression statement...docs.python.org/3/reference/simple_stmts.htmlTue Jun 09 22:53:45 GMT 2026 19.8K bytes -
re — Regular expression operations — Python 3.1...
Source code: Lib/re/ This module provides regular expression matching operations similar to those found in Perl. Both patterns and strings to be searched can be Unicode strings ( str) as well as 8-...docs.python.org/3/library/re.htmlTue Jun 09 22:53:45 GMT 2026 33.9K bytes -
venv — Creation of virtual environments — Pytho...
Source code: Lib/venv/ The venv module supports creating lightweight “virtual environments”, each with their own independent set of Python packages installed in their site directories. A virtual en...docs.python.org/3/library/venv.htmlTue Jun 09 22:53:45 GMT 2026 16.1K bytes -
ast — Abstract syntax trees — Python 3.14.5 doc...
Source code: Lib/ast.py The ast module helps Python applications to process trees of the Python abstract syntax grammar. The abstract syntax itself might change with each Python release; this modul...docs.python.org/3/library/ast.htmlTue Jun 09 22:53:45 GMT 2026 36K bytes