- Sort Score
- Num 10 results
- Language All
- Labels All
Results 671 - 680 of over 10,000 for filetype:html (1.79 seconds)
-
1. Command line and environment — Python ...
The CPython interpreter scans the command line and the environment for various settings. CPython implementation detail: Other implementations’ command line schemes may differ. See Alternate Impleme...docs.python.org/3/using/cmdline.htmlSun Feb 22 06:33:52 GMT 2026 25K bytes -
py_compile — Compile Python source files —...
Source code: Lib/py_compile.py The py_compile module provides a function to generate a byte-code file from a source file, and another function used when the module source file is invoked as a scrip...docs.python.org/3/library/py_compile.htmlSun Feb 22 06:33:52 GMT 2026 6.5K bytes -
string — Common string operations — Pytho...
Source code: Lib/string/__init__.py String constants: The constants defined in this module are: Custom String Formatting: The built-in string class provides the ability to do complex variable subst...docs.python.org/3/library/string.htmlSun Feb 22 06:33:52 GMT 2026 21.1K bytes -
uuid — UUID objects according to RFC 9562 ̵...
Source code: Lib/uuid.py This module provides immutable UUID objects (the UUID class) and functions for generating UUIDs corresponding to a specific UUID version as specified in RFC 9562(which supe...docs.python.org/3/library/uuid.htmlSun Feb 22 06:33:52 GMT 2026 11.4K bytes -
fnmatch — Unix filename pattern matching —...
Source code: Lib/fnmatch.py This module provides support for Unix shell-style wildcards, which are not the same as regular expressions (which are documented in the re module). The special character...docs.python.org/3/library/fnmatch.htmlSun Feb 22 06:33:52 GMT 2026 5.5K bytes -
curses.ascii — Utilities for ASCII characters &...
Source code: Lib/curses/ascii.py The curses.ascii module supplies name constants for ASCII characters and functions to test membership in various ASCII character classes. The constants supplied are...docs.python.org/3/library/curses.ascii.htmlSun Feb 22 06:33:52 GMT 2026 7.3K bytes -
multiprocessing — Process-based parallelism ...
Source code: Lib/multiprocessing/ Availability: not Android, not iOS, not WASI. This module is not supported on mobile platforms or WebAssembly platforms. Introduction: multiprocessing is a package...docs.python.org/3/library/multiprocessing.htmlSun Feb 22 06:33:52 GMT 2026 56.8K bytes -
importlib.resources.abc – Abstract base classes...
docs.python.org/3/library/importlib.resources.abc.htmlSun Feb 22 06:33:52 GMT 2026 6.3K bytes -
Complex Number Objects — Python 3.14.3 do...
Python’s complex number objects are implemented as two distinct types when viewed from the C API: one is the Python object exposed to Python programs, and the other is a C structure which represent...docs.python.org/3/c-api/complex.htmlSun Feb 22 06:33:52 GMT 2026 5.7K bytes -
Bytes Objects — Python 3.14.3 documentation
These functions raise TypeError when expecting a bytes parameter and called with a non-bytes parameter.docs.python.org/3/c-api/bytes.htmlSun Feb 22 06:33:52 GMT 2026 8.5K bytes