- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 201 - 210 of about 10,000 for timestamp:[now/d-7d TO *] (0.09 sec)
-
turtle — Turtle graphics — Python 3.13.0 docume...
Source code: Lib/turtle.py Introduction: Turtle graphics is an implementation of the popular geometric drawing tools introduced in Logo, developed by Wally Feurzeig, Seymour Papert and Cynthia Solo...docs.python.org/3/library/turtle.htmlRegistered: Fri Nov 15 03:38:52 UTC 2024 - Last Modified: Fri Nov 15 00:19:05 UTC 2024 - 333.5K bytes - Viewed (0) -
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.htmlRegistered: Fri Nov 15 03:37:31 UTC 2024 - Last Modified: Fri Nov 15 00:19:05 UTC 2024 - 116.1K bytes - Viewed (0) -
Tuple Objects — Python 3.13.0 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.htmlRegistered: Fri Nov 15 03:37:39 UTC 2024 - Last Modified: Fri Nov 15 00:19:04 UTC 2024 - 54.5K bytes - Viewed (0) -
Futures — Python 3.13.0 documentation
Source code: Lib/asyncio/futures.py, Lib/asyncio/base_futures.py Future objects are used to bridge low-level callback-based code with high-level async/await code. Future Functions: Future Object: T...docs.python.org/3/library/asyncio-future.htmlRegistered: Fri Nov 15 03:36:39 UTC 2024 - Last Modified: Fri Nov 15 00:19:05 UTC 2024 - 45.7K bytes - Viewed (0) -
Event Loop — Python 3.13.0 documentation
Source code: Lib/asyncio/events.py, Lib/asyncio/base_events.py Preface The event loop is the core of every asyncio application. Event loops run asynchronous tasks and callbacks, perform network IO ...docs.python.org/3/library/asyncio-eventloop.htmlRegistered: Fri Nov 15 03:36:48 UTC 2024 - Last Modified: Fri Nov 15 00:19:05 UTC 2024 - 252.9K bytes - Viewed (0) -
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.htmlRegistered: Fri Nov 15 03:38:36 UTC 2024 - Last Modified: Fri Nov 15 00:19:05 UTC 2024 - 47.3K bytes - Viewed (0) -
doctest — Test interactive Python examples — Py...
Source code: Lib/doctest.py The doctest module searches for pieces of text that look like interactive Python sessions, and then executes those sessions to verify that they work exactly as shown. Th...docs.python.org/3/library/doctest.htmlRegistered: Fri Nov 15 03:26:56 UTC 2024 - Last Modified: Fri Nov 15 00:19:05 UTC 2024 - 232.5K bytes - Viewed (0) -
glob — Unix style pathname pattern expansion — ...
Source code: Lib/glob.py The glob module finds all the pathnames matching a specified pattern according to the rules used by the Unix shell, although results are returned in arbitrary order. No til...docs.python.org/3/library/glob.htmlRegistered: Fri Nov 15 03:27:02 UTC 2024 - Last Modified: Fri Nov 15 00:19:04 UTC 2024 - 38.5K bytes - Viewed (0) -
difflib — Helpers for computing deltas — Python...
Source code: Lib/difflib.py This module provides classes and functions for comparing sequences. It can be used for example, for comparing files, and can produce information about file differences i...docs.python.org/3/library/difflib.htmlRegistered: Fri Nov 15 03:28:50 UTC 2024 - Last Modified: Fri Nov 15 00:19:05 UTC 2024 - 135.8K bytes - Viewed (0) -
site — Site-specific configuration hook — Pytho...
Source code: Lib/site.py This module is automatically imported during initialization. The automatic import can be suppressed using the interpreter’s-S option. Importing this module normally appends...docs.python.org/3/library/site.htmlRegistered: Fri Nov 15 03:27:20 UTC 2024 - Last Modified: Fri Nov 15 00:19:05 UTC 2024 - 48.1K bytes - Viewed (0)