- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 101 - 110 of 398 for host:docs.python.org (0.03 sec)
-
zipimport — Import modules from Zip archives — ...
Source code: Lib/zipimport.py This module adds the ability to import Python modules (*.py,*.pyc) and packages from ZIP-format archives. It is usually not needed to use the zipimport module explicit...docs.python.org/3/library/zipimport.htmlRegistered: Fri Nov 15 03:43:53 UTC 2024 - Last Modified: Fri Nov 15 00:19:04 UTC 2024 - 39.2K bytes - Viewed (0) -
3. Defining Extension Types: Assorted Topics — ...
This section aims to give a quick fly-by on the various type methods you can implement and what they do. Here is the definition of PyTypeObject, with some fields only used in debug builds omitted: ...docs.python.org/3/extending/newtypes.htmlRegistered: Fri Nov 15 03:42:43 UTC 2024 - Last Modified: Fri Nov 15 00:19:05 UTC 2024 - 96.8K bytes - Viewed (0) -
Mapping Protocol — Python 3.13.0 documentation
docs.python.org/3/c-api/mapping.htmlRegistered: Fri Nov 15 03:43:21 UTC 2024 - Last Modified: Fri Nov 15 00:19:04 UTC 2024 - 41.8K bytes - Viewed (0) -
Built-in Types — Python 3.13.0 documentation
The following sections describe the standard types that are built into the interpreter. The principal built-in types are numerics, sequences, mappings, classes, instances and exceptions. Some colle...docs.python.org/3/library/stdtypes.htmlRegistered: Fri Nov 15 03:27:32 UTC 2024 - Last Modified: Fri Nov 15 00:19:05 UTC 2024 - 699.2K bytes - Viewed (0) -
8. Compound statements — Python 3.13.0 document...
Compound statements contain (groups of) other statements; they affect or control the execution of those other statements in some way. In general, compound statements span multiple lines, although i...docs.python.org/3/reference/compound_stmts.htmlRegistered: Fri Nov 15 03:28:19 UTC 2024 - Last Modified: Fri Nov 15 00:19:04 UTC 2024 - 208.4K bytes - Viewed (0) -
Module Objects — Python 3.13.0 documentation
Initializing C modules: Modules objects are usually created from extension modules (shared libraries which export an initialization function), or compiled-in modules (where the initialization funct...docs.python.org/3/c-api/module.htmlRegistered: Fri Nov 15 03:28:26 UTC 2024 - Last Modified: Fri Nov 15 00:19:04 UTC 2024 - 109.6K bytes - Viewed (0) -
email.charset: Representing character sets — Py...
Source code: Lib/email/charset.py This module is part of the legacy ( Compat32) email API. In the new API only the aliases table is used. The remaining text in this section is the original document...docs.python.org/3/library/email.charset.htmlRegistered: Fri Nov 15 03:28:29 UTC 2024 - Last Modified: Fri Nov 15 00:19:05 UTC 2024 - 41.2K bytes - Viewed (0) -
pdb — The Python Debugger — Python 3.13.0 docum...
Source code: Lib/pdb.py The module pdb defines an interactive source code debugger for Python programs. It supports setting (conditional) breakpoints and single stepping at the source line level, i...docs.python.org/3/library/pdb.htmlRegistered: Fri Nov 15 03:28:02 UTC 2024 - Last Modified: Fri Nov 15 00:19:05 UTC 2024 - 92K bytes - Viewed (0) -
configparser — Configuration file parser — Pyth...
Source code: Lib/configparser.py This module provides the ConfigParser class which implements a basic configuration language which provides a structure similar to what’s found in Microsoft Windows ...docs.python.org/3/library/configparser.htmlRegistered: Fri Nov 15 03:26:59 UTC 2024 - Last Modified: Fri Nov 15 00:19:05 UTC 2024 - 186.8K bytes - Viewed (0) -
curses — Terminal handling for character-cell d...
Source code: Lib/curses The curses module provides an interface to the curses library, the de-facto standard for portable advanced terminal handling. While curses is most widely used in the Unix en...docs.python.org/3/library/curses.htmlRegistered: Fri Nov 15 03:30:19 UTC 2024 - Last Modified: Fri Nov 15 00:19:05 UTC 2024 - 374.8K bytes - Viewed (0)