- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 401 - 410 of 425 for host:docs.python.org (0.03 sec)
-
Instance Method Objects — Python 3.13.5 documen...
An instance method is a wrapper for a PyCFunction and the new way to bind a PyCFunction to a class object. It replaces the former call PyMethod_New(func, NULL, class). Method Objects: Methods are b...docs.python.org/3/c-api/method.htmlRegistered: Mon Jul 07 05:48:33 UTC 2025 - Last Modified: Mon Jul 07 01:48:06 UTC 2025 - 27.2K bytes - Viewed (0) -
mailcap — Mailcap file handling — Python 3.13.5...
This module is no longer part of the Python standard library. It was removed in Python 3.13 after being deprecated in Python 3.11. The removal was decided in PEP 594. The last version of Python tha...docs.python.org/3/library/mailcap.htmlRegistered: Mon Jul 07 05:48:37 UTC 2025 - Last Modified: Mon Jul 07 01:48:06 UTC 2025 - 14.8K bytes - Viewed (0) -
Monitoring C API — Python 3.13.5 documentation
Added in version 3.13. An extension may need to interact with the event monitoring system. Subscribing to events and registering callbacks can be done via the Python API exposed in sys.monitoring. ...docs.python.org/3/c-api/monitoring.htmlRegistered: Mon Jul 07 05:48:51 UTC 2025 - Last Modified: Mon Jul 07 01:48:06 UTC 2025 - 57.1K bytes - Viewed (0) -
Call Protocol — Python 3.13.5 documentation
CPython supports two different calling protocols: tp_call and vectorcall. The tp_call Protocol: Instances of classes that set tp_call are callable. The signature of the slot is: A call is made usin...docs.python.org/3/c-api/call.htmlRegistered: Mon Jul 07 05:48:54 UTC 2025 - Last Modified: Mon Jul 07 01:48:06 UTC 2025 - 68.6K bytes - Viewed (0) -
PyTime C API — Python 3.13.5 documentation
The clock C API provides access to system clocks. It is similar to the Python time module. For C API related to the datetime module, see DateTime Objects. Types: Clock Functions: The following func...docs.python.org/3/c-api/time.htmlRegistered: Mon Jul 07 05:51:17 UTC 2025 - Last Modified: Mon Jul 07 01:48:06 UTC 2025 - 26.3K bytes - Viewed (0) -
HOWTO Fetch Internet Resources Using The urllib...
Author, Michael Foord,. Introduction: Related Articles: You may also find useful the following article on fetching web resources with Python: Basic Authentication A tutorial on Basic Authentication...docs.python.org/3/howto/urllib2.htmlRegistered: Mon Jul 07 05:51:24 UTC 2025 - Last Modified: Mon Jul 07 01:48:06 UTC 2025 - 72.3K bytes - Viewed (0) -
email.message.Message: Representing an email me...
The Message class is very similar to the EmailMessage class, without the methods added by that class, and with the default behavior of certain other methods being slightly different. We also docume...docs.python.org/3/library/email.compat32-message.htmlRegistered: Mon Jul 07 05:25:29 UTC 2025 - Last Modified: Mon Jul 07 01:48:06 UTC 2025 - 101.2K bytes - Viewed (0) -
typing — Support for type hints — Python 3.13.5...
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.htmlRegistered: Mon Jul 07 05:25:41 UTC 2025 - Last Modified: Mon Jul 07 01:48:06 UTC 2025 - 497.4K bytes - Viewed (0) -
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.htmlRegistered: Mon Jul 07 05:22:18 UTC 2025 - Last Modified: Mon Jul 07 01:48:06 UTC 2025 - 42.9K bytes - Viewed (0) -
sqlite3 — DB-API 2.0 interface for SQLite datab...
Source code: Lib/sqlite3/ SQLite is a C library that provides a lightweight disk-based database that doesn’t require a separate server process and allows accessing the database using a nonstandard ...docs.python.org/3/library/sqlite3.htmlRegistered: Mon Jul 07 05:22:25 UTC 2025 - Last Modified: Mon Jul 07 01:48:06 UTC 2025 - 308.3K bytes - Viewed (0)