- Sort Score
- Num 10 results
- Language All
- Labels All
Results 1 - 10 of 444 for filetype:html (0.04 seconds)
-
3. Data model — Python 3.14.4 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.htmlTue Apr 28 13:41:03 GMT 2026 66.7K bytes -
unittest.mock — mock object library — Pyt...
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.htmlTue Apr 28 13:41:04 GMT 2026 45.6K bytes -
tarfile — Read and write tar archive files R...
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.htmlWed Apr 29 06:55:53 GMT 2026 26.2K bytes -
Built-in Exceptions — Python 3.14.4 docum...
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.htmlTue Apr 28 13:41:05 GMT 2026 21.7K bytes -
3. An Informal Introduction to Python — P...
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.htmlTue Apr 28 13:41:03 GMT 2026 13.8K bytes -
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.htmlWed Apr 29 06:55:52 GMT 2026 14.7K bytes -
mimetypes — Map filenames to MIME types —...
Source code: Lib/mimetypes.py The mimetypes module converts between a filename or URL and the MIME type associated with the filename extension. Conversions are provided from filename to MIME type a...docs.python.org/3/library/mimetypes.htmlWed Apr 29 06:55:52 GMT 2026 10K bytes -
os.path — Common pathname manipulations —...
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.htmlTue Apr 28 13:41:04 GMT 2026 13.5K bytes -
os — Miscellaneous operating system interfaces ...
Source code: Lib/os.py This module provides a portable way of using operating system dependent functionality. If you just want to read or write a file see open(), if you want to manipulate paths, s...docs.python.org/3/library/os.htmlWed Apr 29 06:55:52 GMT 2026 81.7K 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.htmlWed Apr 29 06:55:52 GMT 2026 7.8K bytes