- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1 - 10 of about 10,000 for timestamp:[now/d-1y TO *] (0.03 sec)
-
4. Building C and C++ Extensions — Python 3.13....
A C extension for CPython is a shared library (e.g. a.so file on Linux,.pyd on Windows), which exports an initialization function. To be importable, the shared library must be available on PYTHONPA...docs.python.org/3/extending/building.htmlRegistered: Mon Oct 06 04:13:32 UTC 2025 - Last Modified: Sun Oct 05 20:33:01 UTC 2025 - 19.5K bytes - Viewed (0) -
Code Objects — Python 3.14.0 documentation
Code objects are a low-level detail of the CPython implementation. Each one represents a chunk of executable code that hasn’t yet been bound into a function. Code Object Flags: Code objects contain...docs.python.org/3/c-api/code.htmlRegistered: Wed Oct 15 04:10:14 UTC 2025 - Last Modified: Tue Oct 14 15:58:13 UTC 2025 - 68.1K bytes - Viewed (0) -
runpy — Locating and executing Python modules —...
Source code: Lib/runpy.py The runpy module is used to locate and run Python modules without importing them first. Its main use is to implement the-m command line switch that allows scripts to be lo...docs.python.org/3/library/runpy.htmlRegistered: Wed Oct 15 04:10:40 UTC 2025 - Last Modified: Tue Oct 14 15:58:13 UTC 2025 - 36.4K bytes - Viewed (0) -
reprlib — Alternate repr() implementation — Pyt...
Source code: Lib/reprlib.py The reprlib module provides a means for producing object representations with limits on the size of the resulting strings. This is used in the Python debugger and may be...docs.python.org/3/library/reprlib.htmlRegistered: Wed Oct 15 04:06:47 UTC 2025 - Last Modified: Tue Oct 14 15:58:13 UTC 2025 - 44.2K bytes - Viewed (0) -
webbrowser — Convenient web-browser controller ...
Source code: Lib/webbrowser.py The webbrowser module provides a high-level interface to allow displaying web-based documents to users. Under most circumstances, simply calling the open() function f...docs.python.org/3/library/webbrowser.htmlRegistered: Wed Oct 15 04:08:35 UTC 2025 - Last Modified: Tue Oct 14 15:58:13 UTC 2025 - 41.1K bytes - Viewed (0) -
pprint — Data pretty printer — Python 3.14.0 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: Wed Oct 15 04:08:38 UTC 2025 - Last Modified: Tue Oct 14 15:58:13 UTC 2025 - 61.1K bytes - Viewed (0) -
mimetypes — Map filenames to MIME types — Pytho...
Source code: Lib/mimetypes.py The mimetypes module converts between a filename or URL and the MIME type associated with the filename extension. Conversions are provided from filename to MIME type a...docs.python.org/3/library/mimetypes.htmlRegistered: Wed Oct 15 04:06:58 UTC 2025 - Last Modified: Tue Oct 14 15:58:13 UTC 2025 - 56.1K 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: Wed Oct 15 04:04:03 UTC 2025 - Last Modified: Tue Oct 14 15:58:13 UTC 2025 - 77.2K 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 ...docs.python.org/3/tutorial/introduction.htmlRegistered: Wed Oct 15 04:04:22 UTC 2025 - Last Modified: Tue Oct 14 15:58:13 UTC 2025 - 69.9K 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: Wed Oct 15 04:03:43 UTC 2025 - Last Modified: Tue Oct 14 15:58:13 UTC 2025 - 81.5K bytes - Viewed (0)