- Sort Score
- Num 10 results
- Language All
- Labels All
Results 581 - 590 of over 10,000 for timestamp:[now/d-1y TO *] (0.11 seconds)
-
symtable — Access to the compiler’s symbol tabl...
Source code: Lib/symtable.py Symbol tables are generated by the compiler from AST just before bytecode is generated. The symbol table is responsible for calculating the scope of every identifier in...docs.python.org/3/library/symtable.htmlTue Jun 09 22:53:45 GMT 2026 8.9K 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.htmlTue Jun 09 22:53:45 GMT 2026 49.3K 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.htmlTue Jun 09 22:53:45 GMT 2026 16.3K bytes -
dataclasses — Data Classes — Python 3.14.5 docu...
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.htmlTue Jun 09 22:53:45 GMT 2026 18.6K 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.htmlTue Jun 09 22:53:45 GMT 2026 9.2K bytes -
optparse — Parser for command line options — Py...
Source code: Lib/optparse.py Choosing an argument parsing library: The standard library includes three argument parsing libraries: getopt: a module that closely mirrors the procedural C getopt API....docs.python.org/3/library/optparse.htmlTue Jun 09 22:53:45 GMT 2026 37.9K bytes -
hashlib — Secure hashes and message digests — P...
Source code: Lib/hashlib.py This module implements a common interface to many different hash algorithms. Included are the FIPS secure hash algorithms SHA224, SHA256, SHA384, SHA512, (defined in the...docs.python.org/3/library/hashlib.htmlTue Jun 09 22:53:45 GMT 2026 19.2K bytes -
Transports and Protocols — Python 3.14.5 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.htmlTue Jun 09 22:53:45 GMT 2026 17.3K bytes -
collections — Container datatypes — Python 3.14...
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 Jun 09 22:53:45 GMT 2026 28.2K bytes -
Interpreter initialization and finalization — P...
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.htmlTue Jun 09 22:53:45 GMT 2026 18.3K bytes