- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 181 - 190 of about 10,000 for timestamp:[now/d-1y TO *] (0.28 sec)
-
SIP Meeting Results - 26th August 2022 | Scala ...
SIP Meeting Results - 26th August 2022 Language The Committee discussed and voted on the proposals listed below. Prop...docs.scala-lang.org/sips/results/2022-08-26-meeting.htmlRegistered: Fri Dec 12 05:51:36 UTC 2025 - Last Modified: Fri Dec 12 04:30:24 UTC 2025 - 25.6K bytes - Viewed (0) -
3. Data model — Python 3.14.2 documentation
Objects, values and types: Objects are Python’s abstraction for data. All data in a Python program is represented by objects or by relations between objects. Even code is represented by objects. Ev...docs.python.org/3/reference/datamodel.htmlRegistered: Fri Dec 12 03:47:33 UTC 2025 - Last Modified: Thu Dec 11 22:18:24 UTC 2025 - 452.2K bytes - Viewed (0) -
unittest.mock — mock object library — Python 3....
Source code: Lib/unittest/mock.py unittest.mock is a library for testing in Python. It allows you to replace parts of your system under test with mock objects and make assertions about how they hav...docs.python.org/3/library/unittest.mock.htmlRegistered: Fri Dec 12 03:49:21 UTC 2025 - Last Modified: Thu Dec 11 22:18:24 UTC 2025 - 400.1K bytes - Viewed (0) -
os.path — Common pathname manipulations — Pytho...
Source code: Lib/genericpath.py, Lib/posixpath.py(for POSIX) and Lib/ntpath.py(for Windows). This module implements some useful functions on pathnames. To read or write files see open(), and for ac...docs.python.org/3/library/os.path.htmlRegistered: Fri Dec 12 03:48:16 UTC 2025 - Last Modified: Thu Dec 11 22:18:24 UTC 2025 - 81.5K bytes - Viewed (0) -
pprint — Data pretty printer — Python 3.14.2 do...
Source code: Lib/pprint.py The pprint module provides a capability to “pretty-print” arbitrary Python data structures in a form which can be used as input to the interpreter. If the formatted struc...docs.python.org/3/library/pprint.htmlRegistered: Fri Dec 12 03:49:47 UTC 2025 - Last Modified: Thu Dec 11 22:18:24 UTC 2025 - 61.2K bytes - Viewed (0) -
urllib.error — Exception classes raised by urll...
Source code: Lib/urllib/error.py The urllib.error module defines the exception classes for exceptions raised by urllib.request. The base exception class is URLError. The following exceptions are ra...docs.python.org/3/library/urllib.error.htmlRegistered: Fri Dec 12 03:58:54 UTC 2025 - Last Modified: Thu Dec 11 22:18:24 UTC 2025 - 23.1K bytes - Viewed (0) -
1. Introduction — Python 3.14.2 documentation
This reference manual describes the Python programming language. It is not intended as a tutorial. While I am trying to be as precise as possible, I chose to use English rather than formal specific...docs.python.org/3/reference/introduction.htmlRegistered: Fri Dec 12 03:59:19 UTC 2025 - Last Modified: Thu Dec 11 22:18:24 UTC 2025 - 30K bytes - Viewed (0) -
tempfile — Generate temporary files and directo...
Source code: Lib/tempfile.py This module creates temporary files and directories. It works on all supported platforms. TemporaryFile, NamedTemporaryFile, TemporaryDirectory, and SpooledTemporaryFil...docs.python.org/3/library/tempfile.htmlRegistered: Fri Dec 12 04:00:43 UTC 2025 - Last Modified: Thu Dec 11 22:18:24 UTC 2025 - 71.5K bytes - Viewed (0) -
Logging HOWTO — Python 3.14.2 documentation
Author, Vinay Sajip <vinay_sajip at red-dove dot com>,. This page contains tutorial information. For links to reference information and a logging cookbook, please see Other resources. Basic L...docs.python.org/3/howto/logging.htmlRegistered: Fri Dec 12 03:54:49 UTC 2025 - Last Modified: Thu Dec 11 22:18:24 UTC 2025 - 138.3K bytes - Viewed (0) -
Allocating Objects on the Heap — Python 3.14.2 ...
Deprecated aliases: These are soft deprecated aliases to existing functions and macros. They exist solely for backwards compatibility.,, Deprecated alias, Function,,,, PyObject_New,,, PyObject_NewV...docs.python.org/3/c-api/allocation.htmlRegistered: Fri Dec 12 03:55:02 UTC 2025 - Last Modified: Thu Dec 11 22:18:24 UTC 2025 - 41K bytes - Viewed (0)