- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1 - 10 of 131 for host:docs.python.org (0.03 sec)
-
tkinter — Python interface to Tcl/Tk — Python 3...
Source code: Lib/tkinter/__init__.py The tkinter package (“Tk interface”) is the standard Python interface to the Tcl/Tk GUI toolkit. Both Tk and tkinter are available on most Unix platforms, inclu...docs.python.org/3/library/tkinter.htmlRegistered: Fri Nov 15 03:35:36 UTC 2024 - Last Modified: Fri Nov 15 00:19:04 UTC 2024 - 112.9K bytes - Viewed (0) -
tracemalloc — Trace memory allocations — Python...
Source code: Lib/tracemalloc.py The tracemalloc module is a debug tool to trace memory blocks allocated by Python. It provides the following information: Traceback where an object was allocated, St...docs.python.org/3/library/tracemalloc.htmlRegistered: Fri Nov 15 03:36:42 UTC 2024 - Last Modified: Fri Nov 15 00:19:04 UTC 2024 - 140.3K bytes - Viewed (0) -
subprocess — Subprocess management — Python 3.1...
Source code: Lib/subprocess.py The subprocess module allows you to spawn new processes, connect to their input/output/error pipes, and obtain their return codes. This module intends to replace seve...docs.python.org/3/library/subprocess.htmlRegistered: Fri Nov 15 03:34:41 UTC 2024 - Last Modified: Fri Nov 15 00:19:05 UTC 2024 - 234.7K bytes - Viewed (0) -
pickle — Python object serialization — Python 3...
Source code: Lib/pickle.py The pickle module implements binary protocols for serializing and de-serializing a Python object structure. “Pickling” is the process whereby a Python object hierarchy is...docs.python.org/3/library/pickle.htmlRegistered: Fri Nov 15 03:33:19 UTC 2024 - Last Modified: Fri Nov 15 00:19:05 UTC 2024 - 172.7K bytes - Viewed (0) -
What’s New in Python 2.4 — Python 3.13.0 docume...
Author, A.M. Kuchling,. This article explains the new features in Python 2.4.1, released on March 30, 2005. Python 2.4 is a medium-sized release. It doesn’t introduce as many changes as the radical...docs.python.org/3/whatsnew/2.4.htmlRegistered: Fri Nov 15 03:54:44 UTC 2024 - Last Modified: Fri Nov 15 00:19:04 UTC 2024 - 170.3K bytes - Viewed (0) -
9. Classes — Python 3.13.0 documentation
Classes provide a means of bundling data and functionality together. Creating a new class creates a new type of object, allowing new instances of that type to be made. Each class instance can have ...docs.python.org/3/tutorial/classes.htmlRegistered: Fri Nov 15 03:52:38 UTC 2024 - Last Modified: Fri Nov 15 00:19:04 UTC 2024 - 101K bytes - Viewed (0) -
Functional Programming HOWTO — Python 3.13.0 do...
Author, A. M. Kuchling,, Release, 0.32,. In this document, we’ll take a tour of Python’s features suitable for implementing programs in a functional style. After an introduction to the concepts of ...docs.python.org/3/howto/functional.htmlRegistered: Fri Nov 15 03:54:21 UTC 2024 - Last Modified: Fri Nov 15 00:19:05 UTC 2024 - 163.3K bytes - Viewed (0) -
Parsing arguments and building values — Python ...
These functions are useful when creating your own extensions functions and methods. Additional information and examples are available in Extending and Embedding the Python Interpreter. The first th...docs.python.org/3/c-api/arg.htmlRegistered: Fri Nov 15 03:50:41 UTC 2024 - Last Modified: Fri Nov 15 00:19:04 UTC 2024 - 106.4K bytes - Viewed (0) -
Built-in Functions — Python 3.13.0 documentation
The Python interpreter has a number of functions and types built into it that are always available. They are listed here in alphabetical order.,,,, Built-in Functions,,, A, abs(), aiter(), all(), a...docs.python.org/3/library/functions.htmlRegistered: Fri Nov 15 03:31:29 UTC 2024 - Last Modified: Fri Nov 15 00:19:05 UTC 2024 - 315.2K bytes - Viewed (0) -
unittest.mock — mock object library — Python 3....
Source code: Lib/unittest/mock.py unittest.mock is a library for testing in Python. It allows you to replace parts of your system under test with mock objects and make assertions about how they hav...docs.python.org/3/library/unittest.mock.htmlRegistered: Fri Nov 15 03:31:26 UTC 2024 - Last Modified: Fri Nov 15 00:19:04 UTC 2024 - 414.5K bytes - Viewed (0)