- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 221 - 230 of 398 for host:docs.python.org (0.05 sec)
-
5. The import system — Python 3.13.0 documentation
Python code in one module gains access to the code in another module by the process of importing it. The import statement is the most common way of invoking the import machinery, but it is not the ...docs.python.org/3/reference/import.htmlRegistered: Fri Nov 15 03:45:16 UTC 2024 - Last Modified: Fri Nov 15 00:19:04 UTC 2024 - 118.5K bytes - Viewed (0) -
File Objects — Python 3.13.0 documentation
These APIs are a minimal emulation of the Python 2 C API for built-in file objects, which used to rely on the buffered I/O ( FILE*) support from the C standard library. In Python 3, files and strea...docs.python.org/3/c-api/file.htmlRegistered: Fri Nov 15 03:45:19 UTC 2024 - Last Modified: Fri Nov 15 00:19:04 UTC 2024 - 29.2K bytes - Viewed (0) -
Python support for the Linux perf profiler — Py...
author, Pablo Galindo,. The Linux perf profiler is a very powerful tool that allows you to profile and obtain information about the performance of your application. perf also has a very vibrant eco...docs.python.org/3/howto/perf_profiling.htmlRegistered: Fri Nov 15 03:47:23 UTC 2024 - Last Modified: Fri Nov 15 00:19:05 UTC 2024 - 39.9K bytes - Viewed (0) -
code — Interpreter base classes — Python 3.13.0...
Source code: Lib/code.py The code module provides facilities to implement read-eval-print loops in Python. Two classes and convenience functions are included which can be used to build applications...docs.python.org/3/library/code.htmlRegistered: Fri Nov 15 03:45:51 UTC 2024 - Last Modified: Fri Nov 15 00:19:05 UTC 2024 - 44.1K bytes - Viewed (0) -
email.mime: Creating email and MIME objects fro...
Source code: Lib/email/mime/ This module is part of the legacy ( Compat32) email API. Its functionality is partially replaced by the contentmanager in the new API, but in certain applications these...docs.python.org/3/library/email.mime.htmlRegistered: Fri Nov 15 03:46:02 UTC 2024 - Last Modified: Fri Nov 15 00:19:05 UTC 2024 - 51.5K bytes - Viewed (0) -
Pending removal in Python 3.16 — Python 3.13.0 ...
The import system:- Setting__loader__ on a module while failing to set__spec__.loader is deprecated. In Python 3.16,__loader__ will cease to be set or taken into consideration by the import system ...docs.python.org/3/deprecations/pending-removal-in-3.16.htmlRegistered: Fri Nov 15 03:46:41 UTC 2024 - Last Modified: Fri Nov 15 00:19:05 UTC 2024 - 17.5K bytes - Viewed (0) -
html.entities — Definitions of HTML general ent...
Source code: Lib/html/entities.py This module defines four dictionaries, html5, name2codepoint, codepoint2name, and entitydefs. Footnotes 1, See https://html.spec.whatwg.org/multipage/named-charact...docs.python.org/3/library/html.entities.htmlRegistered: Fri Nov 15 03:46:48 UTC 2024 - Last Modified: Fri Nov 15 00:19:05 UTC 2024 - 19.7K bytes - Viewed (0) -
getopt — C-style parser for command line option...
Source code: Lib/getopt.py This module helps scripts to parse the command line arguments in sys.argv. It supports the same conventions as the Unix getopt() function (including the special meanings ...docs.python.org/3/library/getopt.htmlRegistered: Fri Nov 15 03:47:53 UTC 2024 - Last Modified: Fri Nov 15 00:19:05 UTC 2024 - 34.2K bytes - Viewed (0) -
keyword — Testing for Python keywords — Python ...
Source code: Lib/keyword.py This module allows a Python program to determine if a string is a keyword or soft keyword.docs.python.org/3/library/keyword.htmlRegistered: Fri Nov 15 03:51:49 UTC 2024 - Last Modified: Fri Nov 15 00:19:05 UTC 2024 - 19.3K bytes - Viewed (0) -
xml.sax — Support for SAX2 parsers — Python 3.1...
Source code: Lib/xml/sax/__init__.py The xml.sax package provides a number of modules which implement the Simple API for XML (SAX) interface for Python. The package itself provides the SAX exceptio...docs.python.org/3/library/xml.sax.htmlRegistered: Fri Nov 15 03:51:56 UTC 2024 - Last Modified: Fri Nov 15 00:19:05 UTC 2024 - 37.5K bytes - Viewed (0)