- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 71 - 80 of 423 for host:docs.python.org (0.02 sec)
-
Integer Objects — Python 3.13.3 documentation
All integers are implemented as “long” integer objects of arbitrary size. On error, most PyLong_As* APIs return(return type)-1 which cannot be distinguished from a number. Use PyErr_Occurred() to d...docs.python.org/3/c-api/long.htmlRegistered: Mon May 19 03:50:11 UTC 2025 - Last Modified: Sun May 18 19:52:01 UTC 2025 - 96.5K bytes - Viewed (0) -
Descriptor Objects — Python 3.13.3 documentation
“Descriptors” are objects that describe some attribute of an object. They are found in the dictionary of type objects.docs.python.org/3/c-api/descriptor.htmlRegistered: Mon May 19 03:49:44 UTC 2025 - Last Modified: Sun May 18 19:52:01 UTC 2025 - 22.4K bytes - Viewed (0) -
xml.dom.minidom — Minimal DOM implementation — ...
Source code: Lib/xml/dom/minidom.py xml.dom.minidom is a minimal implementation of the Document Object Model interface, with an API similar to that in other languages. It is intended to be simpler ...docs.python.org/3/library/xml.dom.minidom.htmlRegistered: Mon May 19 03:49:51 UTC 2025 - Last Modified: Sun May 18 19:52:02 UTC 2025 - 53.3K bytes - Viewed (0) -
contextvars — Context Variables — Python 3.13.3...
This module provides APIs to manage, store, and access context-local state. The ContextVar class is used to declare and work with Context Variables. The copy_context() function and the Context clas...docs.python.org/3/library/contextvars.htmlRegistered: Mon May 19 03:47:02 UTC 2025 - Last Modified: Sun May 18 19:52:02 UTC 2025 - 45.5K bytes - Viewed (0) -
datetime — Basic date and time types — Python 3...
Source code: Lib/datetime.py The datetime module supplies classes for manipulating dates and times. While date and time arithmetic is supported, the focus of the implementation is on efficient attr...docs.python.org/3/library/datetime.htmlRegistered: Mon May 19 03:28:37 UTC 2025 - Last Modified: Sun May 18 19:52:01 UTC 2025 - 403.6K bytes - Viewed (0) -
2. Lexical analysis — Python 3.13.3 documentation
A Python program is read by a parser. Input to the parser is a stream of tokens, generated by the lexical analyzer(also known as the tokenizer). This chapter describes how the lexical analyzer brea...docs.python.org/3/reference/lexical_analysis.htmlRegistered: Mon May 19 03:28:48 UTC 2025 - Last Modified: Sun May 18 19:52:01 UTC 2025 - 103.9K bytes - Viewed (0) -
struct — Interpret bytes as packed binary data ...
Source code: Lib/struct.py This module converts between Python values and C structs represented as Python bytes objects. Compact format strings describe the intended conversions to/from Python valu...docs.python.org/3/library/struct.htmlRegistered: Mon May 19 03:28:56 UTC 2025 - Last Modified: Sun May 18 19:52:02 UTC 2025 - 75.5K bytes - Viewed (0) -
3. An Informal Introduction to Python — Python ...
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 prompt ap...docs.python.org/3/tutorial/introduction.htmlRegistered: Mon May 19 03:29:02 UTC 2025 - Last Modified: Sun May 18 19:52:01 UTC 2025 - 69.9K bytes - Viewed (0) -
4. Using Python on Windows — Python 3.13.3 docu...
This document aims to give an overview of Windows-specific behaviour you should know about when using Python on Microsoft Windows. Unlike most Unix systems and services, Windows does not include a ...docs.python.org/3/using/windows.htmlRegistered: Mon May 19 03:27:34 UTC 2025 - Last Modified: Sun May 18 19:52:02 UTC 2025 - 120.2K bytes - Viewed (0) -
tarfile — Read and write tar archive files — Py...
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.htmlRegistered: Mon May 19 03:27:56 UTC 2025 - Last Modified: Sun May 18 19:52:02 UTC 2025 - 181.3K bytes - Viewed (0)