- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1 - 10 of 479 for host:poi.apache.org (0.03 sec)
-
tty — Terminal control functions — Python 3.13....
Source code: Lib/tty.py The tty module defines functions for putting the tty into cbreak and raw modes. Availability: Unix. Because it requires the termios module, it will work only on Unix. The tt...docs.python.org/3/library/tty.htmlRegistered: Fri Jan 03 07:29:39 UTC 2025 - Last Modified: Fri Jan 03 05:40:03 UTC 2025 - 21.9K bytes - Viewed (0) -
signal — Set handlers for asynchronous events —...
Source code: Lib/signal.py This module provides mechanisms to use signal handlers in Python. General rules: The signal.signal() function allows defining custom handlers to be executed when a signal...docs.python.org/3/library/signal.htmlRegistered: Fri Jan 03 07:28:16 UTC 2025 - Last Modified: Fri Jan 03 05:40:03 UTC 2025 - 105.7K bytes - Viewed (0) -
3. Defining Extension Types: Assorted Topics — ...
This section aims to give a quick fly-by on the various type methods you can implement and what they do. Here is the definition of PyTypeObject, with some fields only used in debug builds omitted: ...docs.python.org/3/extending/newtypes.htmlRegistered: Fri Jan 03 07:28:46 UTC 2025 - Last Modified: Fri Jan 03 05:40:04 UTC 2025 - 96.7K bytes - Viewed (0) -
Common Object Structures — Python 3.13.1 docume...
There are a large number of structures which are used in the definition of object types for Python. This section describes these structures and how they are used. Base object types and macros: All ...docs.python.org/3/c-api/structures.htmlRegistered: Fri Jan 03 07:27:54 UTC 2025 - Last Modified: Fri Jan 03 05:40:03 UTC 2025 - 110.4K bytes - Viewed (0) -
pdb — The Python Debugger — Python 3.13.1 docum...
Source code: Lib/pdb.py The module pdb defines an interactive source code debugger for Python programs. It supports setting (conditional) breakpoints and single stepping at the source line level, i...docs.python.org/3/library/pdb.htmlRegistered: Fri Jan 03 07:11:39 UTC 2025 - Last Modified: Fri Jan 03 05:40:03 UTC 2025 - 88.7K bytes - Viewed (0) -
configparser — Configuration file parser — Pyth...
Source code: Lib/configparser.py This module provides the ConfigParser class which implements a basic configuration language which provides a structure similar to what’s found in Microsoft Windows ...docs.python.org/3/library/configparser.htmlRegistered: Fri Jan 03 07:11:45 UTC 2025 - Last Modified: Fri Jan 03 05:40:03 UTC 2025 - 172.2K bytes - Viewed (0) -
zipfile — Work with ZIP archives — Python 3.13....
Source code: Lib/zipfile/ The ZIP file format is a common archive and compression standard. This module provides tools to create, read, write, append, and list a ZIP file. Any advanced use of this ...docs.python.org/3/library/zipfile.htmlRegistered: Fri Jan 03 07:12:14 UTC 2025 - Last Modified: Fri Jan 03 05:40:03 UTC 2025 - 129K bytes - Viewed (0) -
timeit — Measure execution time of small code s...
Source code: Lib/timeit.py This module provides a simple way to time small bits of Python code. It has both a Command-Line Interface as well as a callable one. It avoids a number of common traps fo...docs.python.org/3/library/timeit.htmlRegistered: Fri Jan 03 07:13:14 UTC 2025 - Last Modified: Fri Jan 03 05:40:03 UTC 2025 - 56.5K bytes - Viewed (0) -
codecs — Codec registry and base classes — Pyth...
Source code: Lib/codecs.py This module defines base classes for standard Python codecs (encoders and decoders) and provides access to the internal Python codec registry, which manages the codec and...docs.python.org/3/library/codecs.htmlRegistered: Fri Jan 03 07:11:27 UTC 2025 - Last Modified: Fri Jan 03 05:40:03 UTC 2025 - 160.9K bytes - Viewed (0) -
3. Configure Python — Python 3.13.1 documentation
Build Requirements: Features and minimum versions required to build CPython: A C11 compiler. Optional C11 features are not required., On Windows, Microsoft Visual Studio 2017 or later is required.,...docs.python.org/3/using/configure.htmlRegistered: Fri Jan 03 07:12:51 UTC 2025 - Last Modified: Fri Jan 03 05:40:04 UTC 2025 - 160.9K bytes - Viewed (0)