- Sort Score
- Num 10 results
- Language All
- Labels All
Results 261 - 270 of over 10,000 for timestamp:[now/d-1M TO *] (0.24 seconds)
-
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 Apr 28 13:41:05 GMT 2026 8.8K bytes -
pathlib — Object-oriented filesystem paths R...
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.htmlWed Apr 29 06:55:53 GMT 2026 30.7K bytes -
email.errors: Exception and Defect classes R...
Source code: Lib/email/errors.py The following exception classes are defined in the email.errors module: Here is the list of the defects that the FeedParser can find while parsing messages. Note th...docs.python.org/3/library/email.errors.htmlTue Apr 28 13:41:04 GMT 2026 5.9K bytes -
sys.monitoring — Execution event monitoring ...
This namespace provides access to the functions and constants necessary to activate and control event monitoring. As programs execute, events occur that might be of interest to tools that monitor e...docs.python.org/3/library/sys.monitoring.htmlWed Apr 29 06:55:53 GMT 2026 11K bytes -
xml.parsers.expat — Fast XML parsing using Expa...
The xml.parsers.expat module is a Python interface to the Expat non-validating XML parser. The module provides a single extension type, xmlparser, that represents the current state of an XML parser...docs.python.org/3/library/pyexpat.htmlWed Apr 29 06:55:53 GMT 2026 19K bytes -
importlib.resources – Package resource reading,...
Source code: Lib/importlib/resources/__init__.py This module leverages Python’s import system to provide access to resources within packages. “Resources” are file-like resources associated with a m...docs.python.org/3/library/importlib.resources.htmlWed Apr 29 06:55:52 GMT 2026 8.5K bytes -
winsound — Sound-playing interface for Windows ...
The winsound module provides access to the basic sound-playing machinery provided by Windows platforms. It includes functions and several constants. Availability: Windows.docs.python.org/3/library/winsound.htmlWed Apr 29 06:55:52 GMT 2026 5.9K bytes -
cgi — Common Gateway Interface support — ...
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. A fork of the module on PyPI c...docs.python.org/3/library/cgi.htmlWed Apr 29 06:55:53 GMT 2026 3.7K bytes -
email.parser: Parsing email messages — Py...
Source code: Lib/email/parser.py Message object structures can be created in one of two ways: they can be created from whole cloth by creating an EmailMessage object, adding headers using the dicti...docs.python.org/3/library/email.parser.htmlWed Apr 29 06:55:52 GMT 2026 10.1K bytes -
email.generator: Generating MIME documents R...
Source code: Lib/email/generator.py One of the most common tasks is to generate the flat (serialized) version of the email message represented by a message object structure. You will need to do thi...docs.python.org/3/library/email.generator.htmlWed Apr 29 06:55:52 GMT 2026 9.4K bytes