- Sort Score
- Num 10 results
- Language All
- Labels All
Results 1601 - 1610 of over 10,000 for filetype:html (0.56 seconds)
-
Coroutines and tasks — Python 3.14.4 docu...
This section outlines high-level asyncio APIs to work with coroutines and Tasks. Coroutines, Awaitables, Creating tasks, Task cancellation, Task groups, Sleeping, Running tasks concurrently, Eager ...docs.python.org/3/library/asyncio-task.htmlWed Apr 29 06:55:52 GMT 2026 24.7K bytes -
Call Protocol — Python 3.14.4 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.htmlWed Apr 29 06:55:52 GMT 2026 10.5K bytes -
Interpreter initialization and finalization ...
See Python Initialization Configuration for details on how to configure the interpreter prior to initialization. Before Python initialization: In an application embedding Python, the Py_Initialize(...docs.python.org/3/c-api/interp-lifecycle.htmlWed Apr 29 06:55:52 GMT 2026 18.3K bytes -
Type Object Structures — Python 3.14.4 do...
Perhaps one of the most important structures of the Python object system is the structure that defines a new type: the PyTypeObject structure. Type objects can be handled using any of the PyObject_...docs.python.org/3/c-api/typeobj.htmlTue Apr 28 13:41:03 GMT 2026 50.2K bytes -
collections — Container datatypes — Pytho...
Source code: Lib/collections/__init__.py This module implements specialized container datatypes providing alternatives to Python’s general purpose built-in containers, dict, list, set, and tuple.,,...docs.python.org/3/library/collections.htmlTue Apr 28 13:41:04 GMT 2026 28K bytes -
http.cookiejar — Cookie handling for HTTP clien...
Source code: Lib/http/cookiejar.py The http.cookiejar module defines classes for automatic handling of HTTP cookies. It is useful for accessing websites that require small pieces of data – cookies ...docs.python.org/3/library/http.cookiejar.htmlWed Apr 29 06:55:52 GMT 2026 16.3K bytes -
modulefinder — Find modules used by a script &#...
Source code: Lib/modulefinder.py This module provides a ModuleFinder class that can be used to determine the set of modules imported by a script. modulefinder.py can also be run as a script, giving...docs.python.org/3/library/modulefinder.htmlWed Apr 29 06:55:52 GMT 2026 5.4K bytes -
Transports and Protocols — Python 3.14.4 ...
Preface Transports and Protocols are used by the low-level event loop APIs such as loop.create_connection(). They use callback-based programming style and enable high-performance implementations of...docs.python.org/3/library/asyncio-protocol.htmlWed Apr 29 06:55:52 GMT 2026 17.3K bytes -
ftplib — FTP protocol client — Python 3.1...
Source code: Lib/ftplib.py This module defines the class FTP and a few related items. The FTP class implements the client side of the FTP protocol. You can use this to write Python programs that pe...docs.python.org/3/library/ftplib.htmlWed Apr 29 06:55:52 GMT 2026 14K bytes -
dataclasses — Data Classes — Python 3.14....
Source code: Lib/dataclasses.py This module provides a decorator and functions for automatically adding generated special methods such as__init__() and__repr__() to user-defined classes. It was ori...docs.python.org/3/library/dataclasses.htmlWed Apr 29 06:55:53 GMT 2026 18.6K bytes