- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 231 - 240 of 424 for host:docs.python.org (0.04 sec)
-
Complex Number Objects — Python 3.13.5 document...
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.htmlRegistered: Fri Jun 27 03:45:20 UTC 2025 - Last Modified: Fri Jun 27 00:23:12 UTC 2025 - 38.5K bytes - Viewed (0) -
sys — System-specific parameters and functions ...
This module provides access to some variables used or maintained by the interpreter and to functions that interact strongly with the interpreter. It is always available. Unless explicitly noted oth...docs.python.org/3/library/sys.htmlRegistered: Fri Jun 27 03:41:30 UTC 2025 - Last Modified: Fri Jun 27 00:23:12 UTC 2025 - 238.2K bytes - Viewed (0) -
uuid — UUID objects according to RFC 4122 — Pyt...
Source code: Lib/uuid.py This module provides immutable UUID objects (the UUID class) and the functions uuid1(), uuid3(), uuid4(), uuid5() for generating version 1, 3, 4, and 5 UUIDs as specified i...docs.python.org/3/library/uuid.htmlRegistered: Fri Jun 27 03:41:46 UTC 2025 - Last Modified: Fri Jun 27 00:23:12 UTC 2025 - 55K bytes - Viewed (0) -
Glossary — Python 3.13.5 documentation
>>>, The default Python prompt of the interactive shell. Often seen for code examples which can be executed interactively in the interpreter.,,..., Can refer to:- The default Python prompt of the i...docs.python.org/3/glossary.htmlRegistered: Fri Jun 27 03:41:52 UTC 2025 - Last Modified: Fri Jun 27 00:23:12 UTC 2025 - 170.2K bytes - Viewed (0) -
py_compile — Compile Python source files — Pyth...
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.htmlRegistered: Fri Jun 27 03:43:23 UTC 2025 - Last Modified: Fri Jun 27 00:23:12 UTC 2025 - 31.8K bytes - Viewed (0) -
unittest — Unit testing framework — Python 3.13...
Source code: Lib/unittest/__init__.py(If you are already familiar with the basic concepts of testing, you might want to skip to the list of assert methods.) The unittest unit testing framework was ...docs.python.org/3/library/unittest.htmlRegistered: Fri Jun 27 03:43:26 UTC 2025 - Last Modified: Fri Jun 27 00:23:12 UTC 2025 - 321.7K bytes - Viewed (0) -
6. Expressions — Python 3.13.5 documentation
This chapter explains the meaning of the elements of expressions in Python. Syntax Notes: In this and the following chapters, extended BNF notation will be used to describe syntax, not lexical anal...docs.python.org/3/reference/expressions.htmlRegistered: Fri Jun 27 03:42:51 UTC 2025 - Last Modified: Fri Jun 27 00:23:12 UTC 2025 - 217.2K bytes - Viewed (0) -
textwrap — Text wrapping and filling — Python 3...
Source code: Lib/textwrap.py The textwrap module provides some convenience functions, as well as TextWrapper, the class that does all the work. If you’re just wrapping or filling one or two text st...docs.python.org/3/library/textwrap.htmlRegistered: Fri Jun 27 03:42:54 UTC 2025 - Last Modified: Fri Jun 27 00:23:12 UTC 2025 - 52K bytes - Viewed (0) -
1. Command line and environment — Python 3.13.5...
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.htmlRegistered: Fri Jun 27 03:42:58 UTC 2025 - Last Modified: Fri Jun 27 00:23:12 UTC 2025 - 144.3K bytes - Viewed (0) -
fnmatch — Unix filename pattern matching — Pyth...
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.htmlRegistered: Fri Jun 27 03:40:51 UTC 2025 - Last Modified: Fri Jun 27 00:23:12 UTC 2025 - 25.8K bytes - Viewed (0)