- Sort Score
- Num 10 results
- Language All
- Labels All
Results 51 - 60 of 9,956 for timestamp:[now/d-1M TO *] (0.04 seconds)
-
trace — Trace or track Python statement executi...
Source code: Lib/trace.py The trace module allows you to trace program execution, generate annotated statement coverage listings, print caller/callee relationships and list functions executed durin...docs.python.org/3/library/trace.htmlSun Mar 22 11:58:52 GMT 2026 8.4K bytes -
Index — Python 3.14.3 documentation
Navigation index modules | Python » 3.14.3 Documentation » Index | Theme Auto Light Dark | Index Index page...docs.python.org/3/genindex.htmlSun Mar 22 11:58:52 GMT 2026 2.6K bytes -
3.14.3 Documentation
docs.python.org/3/index.htmlSun Mar 22 11:58:52 GMT 2026 3.6K bytes -
re — Regular expression operations — Pyth...
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.htmlSun Mar 22 11:58:52 GMT 2026 33.8K bytes -
compileall — Byte-compile Python libraries R...
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.htmlSun Mar 22 11:58:52 GMT 2026 9.5K bytes -
typing — Support for type hints — Python ...
Source code: Lib/typing.py This module provides runtime support for type hints. Consider the function below: The function surface_area_of_cube takes an argument expected to be an instance of float,...docs.python.org/3/library/typing.htmlSun Mar 22 11:58:52 GMT 2026 60.6K bytes -
venv — Creation of virtual environments —...
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.htmlSun Mar 22 11:58:52 GMT 2026 16.1K bytes -
dis — Disassembler for Python bytecode — ...
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.htmlSun Mar 22 11:58:52 GMT 2026 27.9K bytes -
pickletools — Tools for pickle developers ̵...
Source code: Lib/pickletools.py This module contains various constants relating to the intimate details of the pickle module, some lengthy comments about the implementation, and a few useful functi...docs.python.org/3/library/pickletools.htmlSun Mar 22 11:58:52 GMT 2026 5.6K bytes -
winreg — Windows registry access — Python...
These functions expose the Windows registry API to Python. Instead of using an integer as the registry handle, a handle object is used to ensure that the handles are closed correctly, even if the p...docs.python.org/3/library/winreg.htmlSun Mar 22 11:58:52 GMT 2026 13K bytes