- Sort Score
- Num 10 results
- Language All
- Labels All
Results 381 - 390 of 438 for host:docs.python.org (0.02 seconds)
-
ast — Abstract syntax trees — Python 3.14.3 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.htmlFri Feb 06 03:23:27 GMT 2026 353.3K bytes -
Index — Python 3.14.3 documentation
Navigation index modules | Python » 3.14.3 Documentation » Index | Theme Auto Light Dark | Index Index pages by lette...docs.python.org/3/genindex.htmlFri Feb 06 03:23:27 GMT 2026 10.7K bytes -
7. Simple statements — Python 3.14.3 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.htmlFri Feb 06 03:23:27 GMT 2026 112.7K 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.htmlFri Feb 06 03:23:27 GMT 2026 223.9K bytes -
builtins — Built-in objects — Python 3.14.3 doc...
This module provides direct access to all ‘built-in’ identifiers of Python; for example, builtins.open is the full name for the built-in function open(). This module is not normally accessed explic...docs.python.org/3/library/builtins.htmlFri Feb 06 03:23:27 GMT 2026 18.4K bytes -
unicodedata — Unicode Database — Python 3.14.3 ...
This module provides access to the Unicode Character Database (UCD) which defines character properties for all Unicode characters. The data contained in this database is compiled from the UCD versi...docs.python.org/3/library/unicodedata.htmlFri Feb 06 03:23:28 GMT 2026 35.5K bytes -
shutil — High-level file operations — Python 3....
Source code: Lib/shutil.py The shutil module offers a number of high-level operations on files and collections of files. In particular, functions are provided which support file copying and removal...docs.python.org/3/library/shutil.htmlFri Feb 06 03:23:28 GMT 2026 116.6K bytes -
Logging Cookbook — Python 3.14.3 documentation
Author, Vinay Sajip <vinay_sajip at red-dove dot com>,. This page contains a number of recipes related to logging, which have been found useful in the past. For links to tutorial and referenc...docs.python.org/3/howto/logging-cookbook.htmlFri Feb 06 03:23:28 GMT 2026 519.8K bytes -
Generator Objects — Python 3.14.3 documentation
Generator objects are what Python uses to implement generator iterators. They are normally created by iterating over a function that yields values, rather than explicitly calling PyGen_New() or PyG...docs.python.org/3/c-api/gen.htmlFri Feb 06 03:23:27 GMT 2026 26.4K bytes -
DateTime Objects — Python 3.14.3 documentation
Various date and time objects are supplied by the datetime module. Before using any of these functions, the header file datetime.h must be included in your source (note that this is not included by...docs.python.org/3/c-api/datetime.htmlFri Feb 06 03:23:27 GMT 2026 71.3K bytes