- Sort Score
- Num 10 results
- Language All
- Labels All
Results 491 - 500 of over 10,000 for timestamp:[now/d-1M TO *] (0.89 seconds)
-
Synchronization Primitives — Python 3.14....
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.htmlWed Apr 29 06:55:53 GMT 2026 9.9K bytes -
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.htmlWed Apr 29 06:55:53 GMT 2026 8.9K bytes -
Buffer Protocol — Python 3.14.4 documenta...
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.htmlWed Apr 29 06:55:52 GMT 2026 14.5K bytes -
Streams — Python 3.14.4 documentation
Source code: Lib/asyncio/streams.py Streams are high-level async/await-ready primitives to work with network connections. Streams allow sending and receiving data without using callbacks or low-lev...docs.python.org/3/library/asyncio-stream.htmlWed Apr 29 06:55:52 GMT 2026 11.6K bytes -
shutil — High-level file operations — Pyt...
Source code: Lib/shutil.py The shutil module offers a number of high-level operations on files and collections of files. In particular, functions are provided which support file copying and removal...docs.python.org/3/library/shutil.htmlTue Apr 28 13:41:05 GMT 2026 18.5K bytes -
zoneinfo — IANA time zone support — Pytho...
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.htmlWed Apr 29 06:55:52 GMT 2026 12K bytes -
array — Efficient arrays of numeric values R...
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.htmlWed Apr 29 06:55:53 GMT 2026 9.2K bytes -
Audit events table — Python 3.14.4 docume...
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.htmlWed Apr 29 06:55:52 GMT 2026 9.6K bytes -
unicodedata — Unicode Database — Python 3...
This module provides access to the Unicode Character Database (UCD) which defines character properties for all Unicode characters. The data contained in this database is compiled from the UCD versi...docs.python.org/3/library/unicodedata.htmlWed Apr 29 06:55:52 GMT 2026 6.4K bytes -
Tkinter Dialogs — Python 3.14.4 documenta...
tkinter.simpledialog — Standard Tkinter input dialogs: Source code: Lib/tkinter/simpledialog.py The tkinter.simpledialog module contains convenience classes and functions for creating simple modal ...docs.python.org/3/library/dialog.htmlWed Apr 29 06:55:53 GMT 2026 7.5K bytes