- Sort Score
- Num 10 results
- Language All
- Labels All
Results 471 - 480 of over 10,000 for timestamp:[now/d-1M TO *] (0.25 seconds)
-
typing — Support for type hints — Python ...
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.htmlTue Apr 28 13:41:04 GMT 2026 60.6K bytes -
compileall — Byte-compile Python libraries R...
Source code: Lib/compileall.py This module provides some utility functions to support installing Python libraries. These functions compile Python source files in a directory tree. This module can b...docs.python.org/3/library/compileall.htmlWed Apr 29 06:55:52 GMT 2026 9.5K bytes -
ctypes — A foreign function library for Python ...
Source code: Lib/ctypes ctypes is a foreign function library for Python. It provides C compatible data types, and allows calling functions in DLLs or shared libraries. It can be used to wrap these ...docs.python.org/3/library/ctypes.htmlWed Apr 29 06:55:52 GMT 2026 49.1K bytes -
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