- Sort Score
- Num 10 results
- Language All
- Labels All
Results 341 - 350 of 438 for host:docs.python.org (0.02 seconds)
-
io — Core tools for working with streams — Pyth...
Source code: Lib/io.py Overview: The io module provides Python’s main facilities for dealing with various types of I/O. There are three main types of I/O: text I/O, binary I/O and raw I/O. These ar...docs.python.org/3/library/io.htmlFri Feb 06 03:23:27 GMT 2026 175.8K bytes -
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.htmlFri Feb 06 03:23:27 GMT 2026 34.8K bytes -
math — Mathematical functions — Python 3.14.3 d...
This module provides access to common mathematical functions and constants, including those defined by the C standard. These functions cannot be used with complex numbers; use the functions of the ...docs.python.org/3/library/math.htmlFri Feb 06 03:23:27 GMT 2026 114.6K bytes -
netrc — netrc file processing — Python 3.14.3 d...
Source code: Lib/netrc.py The netrc class parses and encapsulates the netrc file format used by the Unix ftp program and other FTP clients. netrc Objects: A netrc instance has the following methods...docs.python.org/3/library/netrc.htmlFri Feb 06 03:23:28 GMT 2026 24.2K bytes -
venv — Creation of virtual environments — Pytho...
Source code: Lib/venv/ The venv module supports creating lightweight “virtual environments”, each with their own independent set of Python packages installed in their site directories. A virtual en...docs.python.org/3/library/venv.htmlFri Feb 06 03:23:28 GMT 2026 100.2K bytes -
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.htmlFri Feb 06 03:23:28 GMT 2026 102.3K bytes -
array — Efficient arrays of numeric values — Py...
This module defines an object type which can compactly represent an array of basic values: characters, integers, floating-point numbers. Arrays are mutable sequence types and behave very much like ...docs.python.org/3/library/array.htmlFri Feb 06 03:23:28 GMT 2026 42.1K bytes -
Call Protocol — Python 3.14.3 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.htmlFri Feb 06 03:23:27 GMT 2026 69.1K bytes -
Transports and Protocols — Python 3.14.3 docume...
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.htmlFri Feb 06 03:23:27 GMT 2026 125.1K 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.htmlFri Feb 06 03:23:27 GMT 2026 118K bytes