- Sort Score
- Num 10 results
- Language All
- Labels All
Results 291 - 300 of over 10,000 for timestamp:[now/d-1y TO *] (0.2 seconds)
-
json — JSON encoder and decoder — Python 3.14.5...
Source code: Lib/json/__init__.py JSON (JavaScript Object Notation), specified by RFC 7159(which obsoletes RFC 4627) and by ECMA-404, is a lightweight data interchange format inspired by JavaScript...docs.python.org/3/library/json.htmlTue Jun 09 22:53:45 GMT 2026 17.7K bytes -
locale — Internationalization services — Python...
Source code: Lib/locale.py The locale module opens access to the POSIX locale database and functionality. The POSIX locale mechanism allows programmers to deal with certain cultural issues in an ap...docs.python.org/3/library/locale.htmlTue Jun 09 22:53:45 GMT 2026 15.9K bytes -
Number Protocol — Python 3.14.5 documentation
Navigation index modules | next | previous | Python » 3.14.5 Documentation » Python/C API reference manual » Abstract...docs.python.org/3/c-api/number.htmlTue Jun 09 22:53:45 GMT 2026 7.6K bytes -
pathlib — Object-oriented filesystem paths — Py...
Source code: Lib/pathlib/ This module offers classes representing filesystem paths with semantics appropriate for different operating systems. Path classes are divided between pure paths, which pro...docs.python.org/3/library/pathlib.htmlTue Jun 09 22:53:45 GMT 2026 30.7K bytes -
4. Execution model — Python 3.14.5 documentation
Structure of a program: A Python program is constructed from code blocks. A block is a piece of Python program text that is executed as a unit. The following are blocks: a module, a function body, ...docs.python.org/3/reference/executionmodel.htmlTue Jun 09 22:53:45 GMT 2026 14.2K bytes -
token — Constants used with Python parse trees ...
Source code: Lib/token.py This module provides constants which represent the numeric values of leaf nodes of the parse tree (terminal tokens). Refer to the file Grammar/Tokens in the Python distrib...docs.python.org/3/library/token.htmlTue Jun 09 22:53:45 GMT 2026 8.8K bytes -
Tuple Objects — Python 3.14.5 documentation
Struct Sequence Objects: Struct sequence objects are the C equivalent of namedtuple() objects, i.e. a sequence whose items can also be accessed through attributes. To create a struct sequence, you ...docs.python.org/3/c-api/tuple.htmlTue Jun 09 22:53:45 GMT 2026 8.3K bytes -
asynchat — Asynchronous socket command/response...
This module is no longer part of the Python standard library. It was removed in Python 3.12 after being deprecated in Python 3.6. The removal was decided in PEP 594. Applications should use the asy...docs.python.org/3/library/asynchat.htmlTue Jun 09 22:53:45 GMT 2026 3.7K bytes -
aifc — Read and write AIFF and AIFC files — Pyt...
This module is no longer part of the Python standard library. It was removed in Python 3.13 after being deprecated in Python 3.11. The removal was decided in PEP 594. The last version of Python tha...docs.python.org/3/library/aifc.htmlTue Jun 09 22:53:45 GMT 2026 3.6K bytes -
abc — Abstract Base Classes — Python 3.14.5 doc...
Source code: Lib/abc.py This module provides the infrastructure for defining abstract base classes(ABCs) in Python, as outlined in PEP 3119; see the PEP for why this was added to Python. (See also ...docs.python.org/3/library/abc.htmlTue Jun 09 22:53:45 GMT 2026 9.7K bytes