- Sort Score
- Num 10 results
- Language All
- Labels All
Results 591 - 600 of over 10,000 for timestamp:[now/d-1y TO *] (0.14 seconds)
-
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.htmlTue Jun 09 22:53:45 GMT 2026 5.4K 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__.htmlTue Jun 09 22:53:45 GMT 2026 10.1K 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.htmlTue Jun 09 22:53:45 GMT 2026 49.3K bytes -
Coroutines and tasks — Python 3.14.5 documentation
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.htmlTue Jun 09 22:53:45 GMT 2026 24.7K bytes -
ftplib — FTP protocol client — Python 3.14.5 do...
Source code: Lib/ftplib.py This module defines the class FTP and a few related items. The FTP class implements the client side of the FTP protocol. You can use this to write Python programs that pe...docs.python.org/3/library/ftplib.htmlTue Jun 09 22:53:45 GMT 2026 14K bytes -
Synchronization Primitives — Python 3.14.5 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.htmlTue Jun 09 22:53:45 GMT 2026 9.9K bytes -
Call Protocol — Python 3.14.5 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.htmlTue Jun 09 22:53:45 GMT 2026 10.5K bytes -
Tkinter Dialogs — Python 3.14.5 documentation
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.htmlTue Jun 09 22:53:45 GMT 2026 7.5K bytes -
shlex — Simple lexical analysis — Python 3.14.5...
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.htmlTue Jun 09 22:53:45 GMT 2026 12.2K bytes -
What’s New In Python 3.11 — Python 3.14.5 docum...
Editor, Pablo Galindo Salgado,. This article explains the new features in Python 3.11, compared to 3.10. Python 3.11 was released on October 24, 2022. For full details, see the changelog. Summary –...docs.python.org/3/whatsnew/3.11.htmlTue Jun 09 22:53:45 GMT 2026 54.5K bytes