- Sort Score
- Num 10 results
- Language All
- Labels All
Results 1 - 10 of 131 for host:docs.python.org (0.02 seconds)
-
traceback — Print or retrieve a stack traceback...
Source code: Lib/traceback.py This module provides a standard interface to extract, format and print stack traces of Python programs. It is more flexible than the interpreter’s default traceback di...docs.python.org/3/library/traceback.htmlFri Feb 06 03:23:28 GMT 2026 111.5K bytes -
tarfile — Read and write tar archive files — Py...
Source code: Lib/tarfile.py The tarfile module makes it possible to read and write tar archives, including those using gzip, bz2 and lzma compression. Use the zipfile module to read or write.zip fi...docs.python.org/3/library/tarfile.htmlFri Feb 06 03:23:28 GMT 2026 191K bytes -
Parsing arguments and building values — Python ...
These functions are useful when creating your own extension functions and methods. Additional information and examples are available in Extending and Embedding the Python Interpreter. The first thr...docs.python.org/3/c-api/arg.htmlFri Feb 06 03:23:27 GMT 2026 113.3K bytes -
3. Data model — Python 3.14.3 documentation
Objects, values and types: Objects are Python’s abstraction for data. All data in a Python program is represented by objects or by relations between objects. Even code is represented by objects. Ev...docs.python.org/3/reference/datamodel.htmlFri Feb 06 03:23:27 GMT 2026 455.9K bytes -
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.htmlFri Feb 06 03:23:27 GMT 2026 400K bytes -
Built-in Exceptions — Python 3.14.3 documentation
In Python, all exceptions must be instances of a class that derives from BaseException. In a try statement with an except clause that mentions a particular class, that clause also handles any excep...docs.python.org/3/library/exceptions.htmlFri Feb 06 03:23:28 GMT 2026 140.7K bytes -
Functional Programming HOWTO — Python 3.14.3 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.htmlFri Feb 06 03:23:28 GMT 2026 164K bytes -
What’s New in Python 2.4 — Python 3.14.3 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.htmlFri Feb 06 03:23:27 GMT 2026 171.5K bytes -
Built-in Functions — Python 3.14.3 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.htmlFri Feb 06 03:23:28 GMT 2026 311.8K bytes -
threading — Thread-based parallelism — Python 3...
Source code: Lib/threading.py This module constructs higher-level threading interfaces on top of the lower level_thread module. Availability: not WASI. This module does not work or is not available...docs.python.org/3/library/threading.htmlFri Feb 06 03:23:27 GMT 2026 161.7K bytes