- Sort Score
- Num 10 results
- Language All
- Labels All
Results 1681 - 1690 of over 10,000 for filetype:html (0.18 seconds)
-
dataclasses — Data Classes — Python 3.14....
Source code: Lib/dataclasses.py This module provides a decorator and functions for automatically adding generated special methods such as__init__() and__repr__() to user-defined classes. It was ori...docs.python.org/3/library/dataclasses.htmlSun Feb 22 06:33:52 GMT 2026 18.6K bytes -
dis — Disassembler for Python bytecode — ...
Source code: Lib/dis.py The dis module supports the analysis of CPython bytecode by disassembling it. The CPython bytecode which this module takes as an input is defined in the file Include/opcode....docs.python.org/3/library/dis.htmlSun Feb 22 06:33:52 GMT 2026 27.9K bytes -
__main__ — Top-level code environment — P...
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__.htmlSun Feb 22 06:33:52 GMT 2026 10.1K bytes -
sqlite3 — DB-API 2.0 interface for SQLite datab...
Source code: Lib/sqlite3/ SQLite is a C library that provides a lightweight disk-based database that doesn’t require a separate server process and allows accessing the database using a nonstandard ...docs.python.org/3/library/sqlite3.htmlSun Feb 22 06:33:52 GMT 2026 41.1K bytes -
enum — Support for enumerations — Python ...
Source code: Lib/enum.py Important: This page contains the API reference information. For tutorial information and discussion of more advanced topics, see Basic Tutorial, Advanced Tutorial, Enum Co...docs.python.org/3/library/enum.htmlSun Feb 22 06:33:52 GMT 2026 18.7K bytes -
email.message.Message: Representing an email me...
The Message class is very similar to the EmailMessage class, without the methods added by that class, and with the default behavior of certain other methods being slightly different. We also docume...docs.python.org/3/library/email.compat32-message.htmlSun Feb 22 06:33:52 GMT 2026 16.3K bytes -
The Python Profilers — Python 3.14.3 docu...
Source code: Lib/profile.py and Lib/pstats.py Introduction to the profilers: cProfile and profile provide deterministic profiling of Python programs. A profile is a set of statistics that describes...docs.python.org/3/library/profile.htmlSun Feb 22 06:33:52 GMT 2026 17.1K bytes -
typing — Support for type hints — Python ...
Source code: Lib/typing.py This module provides runtime support for type hints. Consider the function below: The function surface_area_of_cube takes an argument expected to be an instance of float,...docs.python.org/3/library/typing.htmlSun Feb 22 06:33:52 GMT 2026 60.5K bytes -
Call Protocol — Python 3.14.3 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.htmlSun Feb 22 06:33:52 GMT 2026 10.5K 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.htmlSun Feb 22 06:33:52 GMT 2026 47.3K bytes