- Sort Score
- Num 10 results
- Language All
- Labels All
Results 1591 - 1600 of over 10,000 for filetype:html (0.58 seconds)
-
3.14.4 Documentation
docs.python.org/3/index.htmlTue Apr 28 13:41:03 GMT 2026 3.6K bytes -
time — Time access and conversions — Pyth...
This module provides various time-related functions. For related functionality, see also the datetime and calendar modules. Although this module is always available, not all functions are available...docs.python.org/3/library/time.htmlWed Apr 29 06:55:52 GMT 2026 19.9K bytes -
inspect — Inspect live objects — Python 3...
Source code: Lib/inspect.py The inspect module provides several useful functions to help get information about live objects such as modules, classes, methods, functions, tracebacks, frame objects, ...docs.python.org/3/library/inspect.htmlTue Apr 28 13:41:04 GMT 2026 26.8K bytes -
pickletools — Tools for pickle developers ̵...
Source code: Lib/pickletools.py This module contains various constants relating to the intimate details of the pickle module, some lengthy comments about the implementation, and a few useful functi...docs.python.org/3/library/pickletools.htmlWed Apr 29 06:55:52 GMT 2026 5.6K bytes -
tokenize — Tokenizer for Python source — ...
Source code: Lib/tokenize.py The tokenize module provides a lexical scanner for Python source code, implemented in Python. The scanner in this module returns comments as tokens as well, making it u...docs.python.org/3/library/tokenize.htmlTue Apr 28 13:41:05 GMT 2026 9.2K bytes -
The Python Profilers — Python 3.14.4 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.htmlWed Apr 29 06:55:52 GMT 2026 17.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.htmlTue Apr 28 13:41:04 GMT 2026 19.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.htmlTue Apr 28 13:41:04 GMT 2026 60.6K bytes -
compileall — Byte-compile Python libraries R...
Source code: Lib/compileall.py This module provides some utility functions to support installing Python libraries. These functions compile Python source files in a directory tree. This module can b...docs.python.org/3/library/compileall.htmlWed Apr 29 06:55:52 GMT 2026 9.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.htmlWed Apr 29 06:55:52 GMT 2026 49.1K bytes