- Sort Score
- Num 10 results
- Language All
- Labels All
Results 261 - 270 of over 10,000 for timestamp:[now/d-7d TO *] (0.1 seconds)
-
sqlite3 — DB-API 2.0 interface for SQLite datab...
Source code: Lib/sqlite3/ SQLite is a C library that provides a lightweight disk-based database that doesn’t require a separate server process and allows accessing the database using a nonstandard ...docs.python.org/3/library/sqlite3.htmlThu Jun 04 20:51:28 GMT 2026 41.2K bytes -
optparse — Parser for command line options — Py...
Source code: Lib/optparse.py Choosing an argument parsing library: The standard library includes three argument parsing libraries: getopt: a module that closely mirrors the procedural C getopt API....docs.python.org/3/library/optparse.htmlThu Jun 04 20:51:28 GMT 2026 37.9K bytes -
7. Simple statements — Python 3.14.5 documentation
A simple statement is comprised within a single logical line. Several simple statements may occur on a single line separated by semicolons. The syntax for simple statements is: Expression statement...docs.python.org/3/reference/simple_stmts.htmlThu Jun 04 20:51:28 GMT 2026 19.8K bytes -
enum — Support for enumerations — Python 3.14.5...
Source code: Lib/enum.py Important: This page contains the API reference information. For tutorial information and discussion of more advanced topics, see Basic Tutorial, Advanced Tutorial, Enum Co...docs.python.org/3/library/enum.htmlThu Jun 04 20:51:28 GMT 2026 19.1K bytes -
__main__ — Top-level code environment — Python ...
In Python, the special name__main__ is used for two important constructs: the name of the top-level environment of the program, which can be checked using the__name__ == '__main__' expres...docs.python.org/3/library/__main__.htmlThu Jun 04 20:51:28 GMT 2026 10.1K bytes -
Type Object Structures — Python 3.14.5 document...
Perhaps one of the most important structures of the Python object system is the structure that defines a new type: the PyTypeObject structure. Type objects can be handled using any of the PyObject_...docs.python.org/3/c-api/typeobj.htmlThu Jun 04 20:51:28 GMT 2026 50.2K bytes -
ctypes — A foreign function library for Python ...
Source code: Lib/ctypes ctypes is a foreign function library for Python. It provides C compatible data types, and allows calling functions in DLLs or shared libraries. It can be used to wrap these ...docs.python.org/3/library/ctypes.htmlThu Jun 04 20:51:28 GMT 2026 49.3K bytes -
Call Protocol — Python 3.14.5 documentation
CPython supports two different calling protocols: tp_call and vectorcall. The tp_call Protocol: Instances of classes that set tp_call are callable. The signature of the slot is: A call is made usin...docs.python.org/3/c-api/call.htmlThu Jun 04 20:51:28 GMT 2026 10.5K bytes -
Transports and Protocols — Python 3.14.5 docume...
Preface Transports and Protocols are used by the low-level event loop APIs such as loop.create_connection(). They use callback-based programming style and enable high-performance implementations of...docs.python.org/3/library/asyncio-protocol.htmlThu Jun 04 20:51:28 GMT 2026 17.3K bytes -
Interpreter initialization and finalization — P...
See Python Initialization Configuration for details on how to configure the interpreter prior to initialization. Before Python initialization: In an application embedding Python, the Py_Initialize(...docs.python.org/3/c-api/interp-lifecycle.htmlThu Jun 04 20:51:28 GMT 2026 18.3K bytes