- Sort Score
- Num 10 results
- Language All
- Labels All
Results 361 - 370 of 438 for host:docs.python.org (0.04 seconds)
-
shlex — Simple lexical analysis — Python 3.14.3...
Source code: Lib/shlex.py The shlex class makes it easy to write lexical analyzers for simple syntaxes resembling that of the Unix shell. This will often be useful for writing minilanguages, (for e...docs.python.org/3/library/shlex.htmlFri Feb 06 03:23:27 GMT 2026 64.9K bytes -
Audit events table — Python 3.14.3 documentation
This table contains all events raised by sys.audit() or PySys_Audit() calls throughout the CPython runtime and the standard library. These calls were added in 3.8 or later (see PEP 578). See sys.ad...docs.python.org/3/library/audit_events.htmlFri Feb 06 03:23:27 GMT 2026 78.1K bytes -
zoneinfo — IANA time zone support — Python 3.14...
Source code: Lib/zoneinfo The zoneinfo module provides a concrete time zone implementation to support the IANA time zone database as originally specified in PEP 615. By default, zoneinfo uses the s...docs.python.org/3/library/zoneinfo.htmlFri Feb 06 03:23:27 GMT 2026 61.4K bytes -
warnings — Warning control — Python 3.14.3 docu...
Source code: Lib/warnings.py Warning messages are typically issued in situations where it is useful to alert the user of some condition in a program, where that condition (normally) doesn’t warrant...docs.python.org/3/library/warnings.htmlFri Feb 06 03:23:27 GMT 2026 91.8K bytes -
Buffer Protocol — Python 3.14.3 documentation
Certain objects available in Python wrap access to an underlying memory array or buffer. Such objects include the built-in bytes and bytearray, and some extension types like array.array. Third-part...docs.python.org/3/c-api/buffer.htmlFri Feb 06 03:23:27 GMT 2026 94.5K bytes -
ssl — TLS/SSL wrapper for socket objects — Pyth...
Source code: Lib/ssl.py This module provides access to Transport Layer Security (often known as “Secure Sockets Layer”) encryption and peer authentication facilities for network sockets, both clien...docs.python.org/3/library/ssl.htmlFri Feb 06 03:23:28 GMT 2026 338.2K bytes -
__main__ — Top-level code environment — Python ...
In Python, the special name__main__ is used for two important constructs: the name of the top-level environment of the program, which can be checked using the__name__ == '__main__' expres...docs.python.org/3/library/__main__.htmlFri Feb 06 03:23:27 GMT 2026 47.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.htmlFri Feb 06 03:23:28 GMT 2026 361.8K bytes -
Type Object Structures — Python 3.14.3 document...
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.htmlFri Feb 06 03:23:27 GMT 2026 506.4K bytes -
Synchronization Primitives — Python 3.14.3 docu...
Source code: Lib/asyncio/locks.py asyncio synchronization primitives are designed to be similar to those of the threading module with two important caveats: asyncio primitives are not thread-safe, ...docs.python.org/3/library/asyncio-sync.htmlFri Feb 06 03:23:28 GMT 2026 59.5K bytes