- Sort Score
- Num 10 results
- Language All
- Labels All
Results 1 - 10 of 304 for host:docs.python.org (0.06 seconds)
-
3. Data model — Python 3.14.5 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.htmlThu Jun 04 20:51:28 GMT 2026 66.7K 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.htmlThu Jun 04 20:51:28 GMT 2026 45.6K bytes -
Built-in Functions — Python 3.14.5 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.htmlThu Jun 04 20:51:28 GMT 2026 46.3K bytes -
pprint — Data pretty printer — Python 3.14.5 do...
Source code: Lib/pprint.py The pprint module provides a capability to “pretty-print” arbitrary Python data structures in a form which can be used as input to the interpreter. If the formatted struc...docs.python.org/3/library/pprint.htmlThu Jun 04 20:51:28 GMT 2026 10.1K bytes -
webbrowser — Convenient web-browser controller ...
Source code: Lib/webbrowser.py The webbrowser module provides a high-level interface to allow displaying web-based documents to users. Under most circumstances, simply calling the open() function f...docs.python.org/3/library/webbrowser.htmlThu Jun 04 20:51:28 GMT 2026 7.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.htmlThu Jun 04 20:51:28 GMT 2026 25K bytes -
2. Lexical analysis — Python 3.14.5 documentation
A Python program is read by a parser. Input to the parser is a stream of tokens, generated by the lexical analyzer(also known as the tokenizer). This chapter describes how the lexical analyzer prod...docs.python.org/3/reference/lexical_analysis.htmlThu Jun 04 20:51:28 GMT 2026 27K bytes -
os.path — Common pathname manipulations — Pytho...
Source code: Lib/genericpath.py, Lib/posixpath.py(for POSIX) and Lib/ntpath.py(for Windows). This module implements some useful functions on pathnames. To read or write files see open(), and for ac...docs.python.org/3/library/os.path.htmlThu Jun 04 20:51:28 GMT 2026 13.5K bytes -
reprlib — Alternate repr() implementation — Pyt...
Source code: Lib/reprlib.py The reprlib module provides a means for producing object representations with limits on the size of the resulting strings. This is used in the Python debugger and may be...docs.python.org/3/library/reprlib.htmlThu Jun 04 20:51:28 GMT 2026 8.2K bytes -
3. An Informal Introduction to Python — Python ...
In the following examples, input and output are distinguished by the presence or absence of prompts (>>> and …): to repeat the example, you must type everything after the prompt, when the ...docs.python.org/3/tutorial/introduction.htmlThu Jun 04 20:51:28 GMT 2026 13.8K bytes